#CAABAF

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

Shades of Pink Flare #CAABAF

Tints of Pink Flare #CAABAF

Color information

#CAABAF (or 0xCAABAF) is unknown color: approx Pink Flare. HEX triplet: CA, AB and AF. RGB value is (202,171,175). Sum of RGB (Red+Green+Blue) = 202+171+175=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAABAF is #355450. Grayscale: #B4B4B4. Windows color (decimal): -3494993 or 11512778. OLE color: 11512778.

HSL color Cylindrical-coordinate representation of color #CAABAF: hue angle of 352.26º 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 #CAABAF is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202171175-
CMYK00.150.130.21
HSL352.26º22.63%73.14%-
HSV(B)352.26º15.35%79.22%-
XYZ46.6644.7846.74-
YUV180.72124.77143.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=36.86%
G=31.20%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217117500.150.130.21352.2622.6373.14
HexCAABAF0FD151601749
Octal312253257017152554027111
Binary11001010101010111010111101111110110101101100000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAABAF; }

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

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

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

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

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

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

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

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