#CAB2BD

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

Shades of Maverick #CAB2BD

Tints of Maverick #CAB2BD

Color information

#CAB2BD (or 0xCAB2BD) is unknown color: approx Maverick. HEX triplet: CA, B2 and BD. RGB value is (202,178,189). Sum of RGB (Red+Green+Blue) = 202+178+189=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2BD is #354D42. Grayscale: #BABABA. Windows color (decimal): -3493187 or 12432074. OLE color: 12432074.

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

Color convert

RGB202178189-
CMYK00.120.060.21
HSL332.5º18.46%74.51%-
HSV(B)332.5º11.88%79.22%-
XYZ49.4648.0754.82-
YUV186.43129.45139.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=35.50%
G=31.28%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217818900.120.060.21332.518.4674.51
HexCAB2BD0C61514c124b
Octal31226227501462551422113
Binary1100101010110010101111010110011010101101001100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2BD; }

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

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

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

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

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

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

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

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