#CAB2BF

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

Shades of Maverick #CAB2BF

Tints of Maverick #CAB2BF

Color information

#CAB2BF (or 0xCAB2BF) is unknown color: approx Maverick. HEX triplet: CA, B2 and BF. RGB value is (202,178,191). Sum of RGB (Red+Green+Blue) = 202+178+191=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2BF is #354D40. Grayscale: #BABABA. Windows color (decimal): -3493185 or 12563146. OLE color: 12563146.

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

Color convert

RGB202178191-
CMYK00.120.050.21
HSL327.5º18.46%74.51%-
HSV(B)327.5º11.88%79.22%-
XYZ49.6848.1655.97-
YUV186.66130.45138.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 191 (75% from 255) = 33.45%
R=35.38%
G=31.17%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217819100.120.050.21327.518.4674.51
HexCAB2BF0C515148124b
Octal31226227701452551022113
Binary1100101010110010101111110110010110101101001000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2BF; }

 p { color: rgb(202,178,191); }

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

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

 a { background-color: rgb(202,178,191); }

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

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

 span { border-color: rgb(202,178,191); }

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