#CAB0BA

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

Shades of Maverick #CAB0BA

Tints of Maverick #CAB0BA

Color information

#CAB0BA (or 0xCAB0BA) is unknown color: approx Maverick. HEX triplet: CA, B0 and BA. RGB value is (202,176,186). Sum of RGB (Red+Green+Blue) = 202+176+186=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0BA is #354F45. Grayscale: #B8B8B8. Windows color (decimal): -3493702 or 12234954. OLE color: 12234954.

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

Color convert

RGB202176186-
CMYK00.130.080.21
HSL336.92º19.7%74.12%-
HSV(B)336.92º12.87%79.22%-
XYZ48.7547.1552.99-
YUV184.91128.61140.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.82%
GREEN value IS 176 (69.14% from 255) = 31.21%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=35.82%
G=31.21%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217618600.130.080.21336.9219.774.12
HexCAB0BA0D815151144a
Octal312260272015102552124112
Binary11001010101100001011101001101100010101101010001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0BA; }

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

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

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

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

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

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

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

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