#CAACB5

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

Shades of Pink Flare #CAACB5

Tints of Pink Flare #CAACB5

Color information

#CAACB5 (or 0xCAACB5) is unknown color: approx Pink Flare. HEX triplet: CA, AC and B5. RGB value is (202,172,181). Sum of RGB (Red+Green+Blue) = 202+172+181=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACB5 is #35534A. Grayscale: #B5B5B5. Windows color (decimal): -3494731 or 11906250. OLE color: 11906250.

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

Color convert

RGB202172181-
CMYK00.150.100.21
HSL342º22.06%73.33%-
HSV(B)342º14.85%79.22%-
XYZ47.4545.449.98-
YUV182127.44142.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 181 (71.09% from 255) = 32.61%
R=36.40%
G=30.99%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217218100.150.100.2134222.0673.33
HexCAACB50FA151561649
Octal312254265017122552626111
Binary11001010101011001011010101111101010101101010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACB5; }

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

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

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

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

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

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

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

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