#CAACAF

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

Shades of Pink Flare #CAACAF

Tints of Pink Flare #CAACAF

Color information

#CAACAF (or 0xCAACAF) is unknown color: approx Pink Flare. HEX triplet: CA, AC and AF. RGB value is (202,172,175). Sum of RGB (Red+Green+Blue) = 202+172+175=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAACAF is #355350. Grayscale: #B5B5B5. Windows color (decimal): -3494737 or 11513034. OLE color: 11513034.

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

Color convert

RGB202172175-
CMYK00.150.130.21
HSL354º22.06%73.33%-
HSV(B)354º14.85%79.22%-
XYZ46.8545.1646.8-
YUV181.31124.44142.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=36.79%
G=31.33%
B=31.88%

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
Decimal20217217500.150.130.2135422.0673.33
HexCAACAF0FD151621649
Octal312254257017152554226111
Binary11001010101011001010111101111110110101101100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACAF; }

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

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

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

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

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

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

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

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