#CAABB2

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

Shades of Pink Flare #CAABB2

Tints of Pink Flare #CAABB2

Color information

#CAABB2 (or 0xCAABB2) is unknown color: approx Pink Flare. HEX triplet: CA, AB and B2. RGB value is (202,171,178). Sum of RGB (Red+Green+Blue) = 202+171+178=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABB2 is #35544D. Grayscale: #B5B5B5. Windows color (decimal): -3494990 or 11709386. OLE color: 11709386.

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

Color convert

RGB202171178-
CMYK00.150.120.21
HSL346.45º22.63%73.14%-
HSV(B)346.45º15.35%79.22%-
XYZ46.9644.948.31-
YUV181.07126.27142.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=36.66%
G=31.03%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217117800.150.120.21346.4522.6373.14
HexCAABB20FC1515a1749
Octal312253262017142553227111
Binary11001010101010111011001001111110010101101011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABB2; }

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

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

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

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

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

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

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

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