#CAB9C0

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

Shades of Maverick #CAB9C0

Tints of Maverick #CAB9C0

Color information

#CAB9C0 (or 0xCAB9C0) is unknown color: approx Maverick. HEX triplet: CA, B9 and C0. RGB value is (202,185,192). Sum of RGB (Red+Green+Blue) = 202+185+192=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9C0 is #35463F. Grayscale: #BEBEBE. Windows color (decimal): -3491392 or 12630474. OLE color: 12630474.

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

Color convert

RGB202185192-
CMYK00.080.050.21
HSL335.29º13.82%75.88%-
HSV(B)335.29º8.42%79.22%-
XYZ51.2251.0657.03-
YUV190.88128.63135.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=34.89%
G=31.95%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218519200.080.050.21335.2913.8275.88
HexCAB9C00851514fe4c
Octal31227130001052551716114
Binary110010101011100111000000010001011010110100111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9C0; }

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

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

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

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

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

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

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

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