#CAB9BA

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

Shades of Pink Flare #CAB9BA

Tints of Pink Flare #CAB9BA

Color information

#CAB9BA (or 0xCAB9BA) is unknown color: approx Pink Flare. HEX triplet: CA, B9 and BA. RGB value is (202,185,186). Sum of RGB (Red+Green+Blue) = 202+185+186=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 185 (72.66% from 255 or 32.29% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9BA is #354645. Grayscale: #BEBEBE. Windows color (decimal): -3491398 or 12237258. OLE color: 12237258.

HSL color Cylindrical-coordinate representation of color #CAB9BA: hue angle of 356.47º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAB9BA is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202185186-
CMYK00.080.080.21
HSL356.47º13.82%75.88%-
HSV(B)356.47º8.42%79.22%-
XYZ50.5750.853.59-
YUV190.2125.63136.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 185 (72.66% from 255) = 32.29%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=35.25%
G=32.29%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218518600.080.080.21356.4713.8275.88
HexCAB9BA08815164e4c
Octal312271272010102554416114
Binary1100101010111001101110100100010001010110110010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9BA; }

 p { color: rgb(202,185,186); }

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

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

 a { background-color: rgb(202,185,186); }

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

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

 span { border-color: rgb(202,185,186); }

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