#CAB0BE

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

Shades of Maverick #CAB0BE

Tints of Maverick #CAB0BE

Color information

#CAB0BE (or 0xCAB0BE) is unknown color: approx Maverick. HEX triplet: CA, B0 and BE. RGB value is (202,176,190). Sum of RGB (Red+Green+Blue) = 202+176+190=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0BE is #354F41. Grayscale: #B9B9B9. Windows color (decimal): -3493698 or 12497098. OLE color: 12497098.

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

Color convert

RGB202176190-
CMYK00.130.060.21
HSL327.69º19.7%74.12%-
HSV(B)327.69º12.87%79.22%-
XYZ49.1847.3255.26-
YUV185.37130.61139.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=35.56%
G=30.99%
B=33.45%

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
Decimal20217619000.130.060.21327.6919.774.12
HexCAB0BE0D615148144a
Octal31226027601562551024112
Binary1100101010110000101111100110111010101101001000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0BE; }

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

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

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

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

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

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

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

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