#CAB9BC

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

Shades of Pink Flare #CAB9BC

Tints of Pink Flare #CAB9BC

Color information

#CAB9BC (or 0xCAB9BC) is unknown color: approx Pink Flare. HEX triplet: CA, B9 and BC. RGB value is (202,185,188). Sum of RGB (Red+Green+Blue) = 202+185+188=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9BC is #354643. Grayscale: #BEBEBE. Windows color (decimal): -3491396 or 12368330. OLE color: 12368330.

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

Color convert

RGB202185188-
CMYK00.080.070.21
HSL349.41º13.82%75.88%-
HSV(B)349.41º8.42%79.22%-
XYZ50.7850.8954.72-
YUV190.42126.63136.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=35.13%
G=32.17%
B=32.70%

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
Decimal20218518800.080.070.21349.4113.8275.88
HexCAB9BC0871515de4c
Octal31227127401072553516114
Binary110010101011100110111100010001111010110101110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9BC; }

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

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

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

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

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

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

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

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