#CAB6BE

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

Shades of Maverick #CAB6BE

Tints of Maverick #CAB6BE

Color information

#CAB6BE (or 0xCAB6BE) is unknown color: approx Maverick. HEX triplet: CA, B6 and BE. RGB value is (202,182,190). Sum of RGB (Red+Green+Blue) = 202+182+190=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6BE is #354941. Grayscale: #BCBCBC. Windows color (decimal): -3492162 or 12498634. OLE color: 12498634.

HSL color Cylindrical-coordinate representation of color #CAB6BE: hue angle of 336º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAB6BE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202182190-
CMYK00.100.060.21
HSL336º15.87%75.29%-
HSV(B)336º9.9%79.22%-
XYZ50.3849.7355.66-
YUV188.89128.63137.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=35.19%
G=31.71%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218219000.100.060.2133615.8775.29
HexCAB6BE0A615150104b
Octal31226627601262552020113
Binary1100101010110110101111100101011010101101010000100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6BE; }

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

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

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

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

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

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

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

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