#CAB9BD

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

Shades of Pink Flare #CAB9BD

Tints of Pink Flare #CAB9BD

Color information

#CAB9BD (or 0xCAB9BD) is unknown color: approx Pink Flare. HEX triplet: CA, B9 and BD. RGB value is (202,185,189). Sum of RGB (Red+Green+Blue) = 202+185+189=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9BD is #354642. Grayscale: #BEBEBE. Windows color (decimal): -3491395 or 12433866. OLE color: 12433866.

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

Color convert

RGB202185189-
CMYK00.080.060.21
HSL345.88º13.82%75.88%-
HSV(B)345.88º8.42%79.22%-
XYZ50.8950.9355.29-
YUV190.54127.13136.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=35.07%
G=32.12%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218518900.080.060.21345.8813.8275.88
HexCAB9BD0861515ae4c
Octal31227127501062553216114
Binary110010101011100110111101010001101010110101101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9BD; }

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

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

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

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

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

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

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

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