#CAB1C0

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

Shades of Maverick #CAB1C0

Tints of Maverick #CAB1C0

Color information

#CAB1C0 (or 0xCAB1C0) is unknown color: approx Maverick. HEX triplet: CA, B1 and C0. RGB value is (202,177,192). Sum of RGB (Red+Green+Blue) = 202+177+192=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1C0 is #354E3F. Grayscale: #BABABA. Windows color (decimal): -3493440 or 12628426. OLE color: 12628426.

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

Color convert

RGB202177192-
CMYK00.120.050.21
HSL324º19.08%74.31%-
HSV(B)324º12.38%79.22%-
XYZ49.5947.8156.48-
YUV186.18131.28139.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 177 (69.53% from 255) = 31.00%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=35.38%
G=31.00%
B=33.63%

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
Decimal20217719200.120.050.2132419.0874.31
HexCAB1C00C515144134a
Octal31226130001452550423112
Binary1100101010110001110000000110010110101101000100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1C0; }

 p { color: rgb(202,177,192); }

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

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

 a { background-color: rgb(202,177,192); }

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

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

 span { border-color: rgb(202,177,192); }

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