#CAACAE

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

Shades of Pink Flare #CAACAE

Tints of Pink Flare #CAACAE

Color information

#CAACAE (or 0xCAACAE) is unknown color: approx Pink Flare. HEX triplet: CA, AC and AE. RGB value is (202,172,174). Sum of RGB (Red+Green+Blue) = 202+172+174=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAACAE is #355351. Grayscale: #B5B5B5. Windows color (decimal): -3494738 or 11447498. OLE color: 11447498.

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

Color convert

RGB202172174-
CMYK00.150.140.21
HSL356º22.06%73.33%-
HSV(B)356º14.85%79.22%-
XYZ46.7545.1246.29-
YUV181.2123.94142.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=36.86%
G=31.39%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217217400.150.140.2135622.0673.33
HexCAACAE0FE151641649
Octal312254256017162554426111
Binary11001010101011001010111001111111010101101100100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACAE; }

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

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

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

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

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

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

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

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