#CAB1BE

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

Shades of Maverick #CAB1BE

Tints of Maverick #CAB1BE

Color information

#CAB1BE (or 0xCAB1BE) is unknown color: approx Maverick. HEX triplet: CA, B1 and BE. RGB value is (202,177,190). Sum of RGB (Red+Green+Blue) = 202+177+190=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1BE is #354E41. Grayscale: #B9B9B9. Windows color (decimal): -3493442 or 12497354. OLE color: 12497354.

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

Color convert

RGB202177190-
CMYK00.120.060.21
HSL328.8º19.08%74.31%-
HSV(B)328.8º12.38%79.22%-
XYZ49.3747.7255.32-
YUV185.96130.28139.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=35.50%
G=31.11%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217719000.120.060.21328.819.0874.31
HexCAB1BE0C615149134a
Octal31226127601462551123112
Binary1100101010110001101111100110011010101101001001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB1BE; }

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

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

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

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

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

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

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

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