#CAB9C1

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

Shades of Maverick #CAB9C1

Tints of Maverick #CAB9C1

Color information

#CAB9C1 (or 0xCAB9C1) is unknown color: approx Maverick. HEX triplet: CA, B9 and C1. RGB value is (202,185,193). Sum of RGB (Red+Green+Blue) = 202+185+193=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9C1 is #35463E. Grayscale: #BEBEBE. Windows color (decimal): -3491391 or 12696010. OLE color: 12696010.

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

Color convert

RGB202185193-
CMYK00.080.040.21
HSL331.76º13.82%75.88%-
HSV(B)331.76º8.42%79.22%-
XYZ51.3351.157.61-
YUV191129.13135.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=34.83%
G=31.90%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218519300.080.040.21331.7613.8275.88
HexCAB9C10841514ce4c
Octal31227130101042551416114
Binary110010101011100111000001010001001010110100110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9C1; }

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

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

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

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

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

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

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

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