#CAB5C2

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

Shades of Maverick #CAB5C2

Tints of Maverick #CAB5C2

Color information

#CAB5C2 (or 0xCAB5C2) is unknown color: approx Maverick. HEX triplet: CA, B5 and C2. RGB value is (202,181,194). Sum of RGB (Red+Green+Blue) = 202+181+194=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5C2 is #354A3D. Grayscale: #BCBCBC. Windows color (decimal): -3492414 or 12760522. OLE color: 12760522.

HSL color Cylindrical-coordinate representation of color #CAB5C2: hue angle of 322.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAB5C2 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202181194-
CMYK00.100.040.21
HSL322.86º16.54%75.1%-
HSV(B)322.86º10.4%79.22%-
XYZ50.6249.557.93-
YUV188.76130.96137.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 181 (71.09% from 255) = 31.37%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=35.01%
G=31.37%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218119400.100.040.21322.8616.5475.1
HexCAB5C20A415143114b
Octal31226530201242550321113
Binary1100101010110101110000100101010010101101000011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5C2; }

 p { color: rgb(202,181,194); }

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

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

 a { background-color: rgb(202,181,194); }

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

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

 span { border-color: rgb(202,181,194); }

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