#CAB1BC

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

Shades of Maverick #CAB1BC

Tints of Maverick #CAB1BC

Color information

#CAB1BC (or 0xCAB1BC) is unknown color: approx Maverick. HEX triplet: CA, B1 and BC. RGB value is (202,177,188). Sum of RGB (Red+Green+Blue) = 202+177+188=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1BC is #354E43. Grayscale: #B9B9B9. Windows color (decimal): -3493444 or 12366282. OLE color: 12366282.

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

Color convert

RGB202177188-
CMYK00.120.070.21
HSL333.6º19.08%74.31%-
HSV(B)333.6º12.38%79.22%-
XYZ49.1647.6354.18-
YUV185.73129.28139.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=35.63%
G=31.22%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217718800.120.070.21333.619.0874.31
HexCAB1BC0C71514e134a
Octal31226127401472551623112
Binary1100101010110001101111000110011110101101001110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1BC; }

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

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

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

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

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

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

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

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