#CAB7BB

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

Shades of Pink Flare #CAB7BB

Tints of Pink Flare #CAB7BB

Color information

#CAB7BB (or 0xCAB7BB) is unknown color: approx Pink Flare. HEX triplet: CA, B7 and BB. RGB value is (202,183,187). Sum of RGB (Red+Green+Blue) = 202+183+187=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7BB is #354844. Grayscale: #BDBDBD. Windows color (decimal): -3491909 or 12302282. OLE color: 12302282.

HSL color Cylindrical-coordinate representation of color #CAB7BB: hue angle of 347.37º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAB7BB is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202183187-
CMYK00.090.070.21
HSL347.37º15.2%75.49%-
HSV(B)347.37º9.41%79.22%-
XYZ50.2650.0154.02-
YUV189.14126.79137.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=35.31%
G=31.99%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218318700.090.070.21347.3715.275.49
HexCAB7BB0971515bf4b
Octal31226727301172553317113
Binary110010101011011110111011010011111010110101101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7BB; }

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

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

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

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

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

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

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

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