#CAB1C5

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

Shades of Maverick #CAB1C5

Tints of Maverick #CAB1C5

Color information

#CAB1C5 (or 0xCAB1C5) is unknown color: approx Maverick. HEX triplet: CA, B1 and C5. RGB value is (202,177,197). Sum of RGB (Red+Green+Blue) = 202+177+197=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1C5 is #354E3A. Grayscale: #BABABA. Windows color (decimal): -3493435 or 12956106. OLE color: 12956106.

HSL color Cylindrical-coordinate representation of color #CAB1C5: hue angle of 312º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB1C5 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB202177197-
CMYK00.120.020.21
HSL312º19.08%74.31%-
HSV(B)312º12.38%79.22%-
XYZ50.1648.0359.45-
YUV186.76133.78138.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 177 (69.53% from 255) = 30.73%
BLUE value IS 197 (77.34% from 255) = 34.20%
R=35.07%
G=30.73%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217719700.120.020.2131219.0874.31
HexCAB1C50C215138134a
Octal31226130501422547023112
Binary110010101011000111000101011001010101100111000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1C5; }

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

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

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

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

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

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

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

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