#CAA9B2

Color #CAA9B2 Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #CAA9B2

Tints of Pink Flare #CAA9B2

Color information

#CAA9B2 (or 0xCAA9B2) is unknown color: approx Pink Flare. HEX triplet: CA, A9 and B2. RGB value is (202,169,178). Sum of RGB (Red+Green+Blue) = 202+169+178=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA9B2 is #35564D. Grayscale: #B3B3B3. Windows color (decimal): -3495502 or 11708874. OLE color: 11708874.

HSL color Cylindrical-coordinate representation of color #CAA9B2: hue angle of 343.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAA9B2 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB202169178-
CMYK00.160.120.21
HSL343.64º23.74%72.75%-
HSV(B)343.64º16.34%79.22%-
XYZ46.5844.1548.19-
YUV179.89126.93143.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=36.79%
G=30.78%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216917800.160.120.21343.6423.7472.75
HexCAA9B2010C151581849
Octal312251262020142553030111
Binary110010101010100110110010010000110010101101011000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9B2; }

 p { color: rgb(202,169,178); }

 H1.HeaderClassName
 {
   color: #CAA9B2;
 }
 .AnyTagClassName
 {
   color: #CAA9B2;
 }
</style>
background-color css

<style>
 a { background-color: #CAA9B2; }

 a { background-color: rgb(202,169,178); }

 div.DivClassName
 {
   background-color: #CAA9B2;
 }
 .BgClassName
 {
   background-color: #CAA9B2;
 }
</style>
border-color css

<style>
 span { border-color: #CAA9B2; }

 span { border-color: rgb(202,169,178); }

 td.TdClassName
 {
   border-color: #CAA9B2;
 }
 .TagClassName
 {
   border-color: #CAA9B2;
 }
</style>