#CAB3C5

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

Shades of Maverick #CAB3C5

Tints of Maverick #CAB3C5

Color information

#CAB3C5 (or 0xCAB3C5) is unknown color: approx Maverick. HEX triplet: CA, B3 and C5. RGB value is (202,179,197). Sum of RGB (Red+Green+Blue) = 202+179+197=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 197 (77.34% from 255 or 34.08% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB3C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3C5 is #354C3A. Grayscale: #BBBBBB. Windows color (decimal): -3492923 or 12956618. OLE color: 12956618.

HSL color Cylindrical-coordinate representation of color #CAB3C5: hue angle of 313.04º degrees, saturation: 0.18, 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 #CAB3C5 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202179197-
CMYK00.110.020.21
HSL313.04º17.83%74.71%-
HSV(B)313.04º11.39%79.22%-
XYZ50.5648.8359.58-
YUV187.93133.12138.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 179 (70.31% from 255) = 30.97%
BLUE value IS 197 (77.34% from 255) = 34.08%
R=34.95%
G=30.97%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217919700.110.020.21313.0417.8374.71
HexCAB3C50B215139124b
Octal31226330501322547122113
Binary110010101011001111000101010111010101100111001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3C5; }

 p { color: rgb(202,179,197); }

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

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

 a { background-color: rgb(202,179,197); }

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

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

 span { border-color: rgb(202,179,197); }

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