#CAB0BF

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

Shades of Maverick #CAB0BF

Tints of Maverick #CAB0BF

Color information

#CAB0BF (or 0xCAB0BF) is unknown color: approx Maverick. HEX triplet: CA, B0 and BF. RGB value is (202,176,191). Sum of RGB (Red+Green+Blue) = 202+176+191=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0BF is #354F40. Grayscale: #B9B9B9. Windows color (decimal): -3493697 or 12562634. OLE color: 12562634.

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

Color convert

RGB202176191-
CMYK00.130.050.21
HSL325.38º19.7%74.12%-
HSV(B)325.38º12.87%79.22%-
XYZ49.2947.3755.84-
YUV185.48131.11139.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 191 (75% from 255) = 33.57%
R=35.50%
G=30.93%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217619100.130.050.21325.3819.774.12
HexCAB0BF0D515145144a
Octal31226027701552550524112
Binary1100101010110000101111110110110110101101000101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0BF; }

 p { color: rgb(202,176,191); }

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

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

 a { background-color: rgb(202,176,191); }

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

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

 span { border-color: rgb(202,176,191); }

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