#CAB0BD

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

Shades of Maverick #CAB0BD

Tints of Maverick #CAB0BD

Color information

#CAB0BD (or 0xCAB0BD) is unknown color: approx Maverick. HEX triplet: CA, B0 and BD. RGB value is (202,176,189). Sum of RGB (Red+Green+Blue) = 202+176+189=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0BD is #354F42. Grayscale: #B9B9B9. Windows color (decimal): -3493699 or 12431562. OLE color: 12431562.

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

Color convert

RGB202176189-
CMYK00.130.060.21
HSL330º19.7%74.12%-
HSV(B)330º12.87%79.22%-
XYZ49.0747.2854.68-
YUV185.26130.11139.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=35.63%
G=31.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217618900.130.060.2133019.774.12
HexCAB0BD0D61514a144a
Octal31226027501562551224112
Binary1100101010110000101111010110111010101101001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0BD; }

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

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

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

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

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

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

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

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