#CAB9BB

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

Shades of Pink Flare #CAB9BB

Tints of Pink Flare #CAB9BB

Color information

#CAB9BB (or 0xCAB9BB) is unknown color: approx Pink Flare. HEX triplet: CA, B9 and BB. RGB value is (202,185,187). Sum of RGB (Red+Green+Blue) = 202+185+187=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9BB is #354644. Grayscale: #BEBEBE. Windows color (decimal): -3491397 or 12302794. OLE color: 12302794.

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

Color convert

RGB202185187-
CMYK00.080.070.21
HSL352.94º13.82%75.88%-
HSV(B)352.94º8.42%79.22%-
XYZ50.6850.8454.16-
YUV190.31126.13136.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=35.19%
G=32.23%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218518700.080.070.21352.9413.8275.88
HexCAB9BB08715161e4c
Octal31227127301072554116114
Binary110010101011100110111011010001111010110110000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9BB; }

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

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

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

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

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

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

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

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