#CAB4C3

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

Shades of Maverick #CAB4C3

Tints of Maverick #CAB4C3

Color information

#CAB4C3 (or 0xCAB4C3) is unknown color: approx Maverick. HEX triplet: CA, B4 and C3. RGB value is (202,180,195). Sum of RGB (Red+Green+Blue) = 202+180+195=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4C3 is #354B3C. Grayscale: #BCBCBC. Windows color (decimal): -3492669 or 12825802. OLE color: 12825802.

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

Color convert

RGB202180195-
CMYK00.110.030.21
HSL319.09º17.19%74.9%-
HSV(B)319.09º10.89%79.22%-
XYZ50.5349.1458.45-
YUV188.29131.79137.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 195 (76.56% from 255) = 33.80%
R=35.01%
G=31.20%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218019500.110.030.21319.0917.1974.9
HexCAB4C30B31513f114b
Octal31226430301332547721113
Binary110010101011010011000011010111110101100111111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4C3; }

 p { color: rgb(202,180,195); }

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

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

 a { background-color: rgb(202,180,195); }

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

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

 span { border-color: rgb(202,180,195); }

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