#CAB1BD

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

Shades of Maverick #CAB1BD

Tints of Maverick #CAB1BD

Color information

#CAB1BD (or 0xCAB1BD) is unknown color: approx Maverick. HEX triplet: CA, B1 and BD. RGB value is (202,177,189). Sum of RGB (Red+Green+Blue) = 202+177+189=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1BD is #354E42. Grayscale: #B9B9B9. Windows color (decimal): -3493443 or 12431818. OLE color: 12431818.

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

Color convert

RGB202177189-
CMYK00.120.060.21
HSL331.2º19.08%74.31%-
HSV(B)331.2º12.38%79.22%-
XYZ49.2647.6754.75-
YUV185.84129.78139.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=35.56%
G=31.16%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217718900.120.060.21331.219.0874.31
HexCAB1BD0C61514b134a
Octal31226127501462551323112
Binary1100101010110001101111010110011010101101001011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1BD; }

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

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

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

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

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

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

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

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