#CABEC6

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

Shades of Maverick #CABEC6

Tints of Maverick #CABEC6

Color information

#CABEC6 (or 0xCABEC6) is unknown color: approx Maverick. HEX triplet: CA, BE and C6. RGB value is (202,190,198). Sum of RGB (Red+Green+Blue) = 202+190+198=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEC6 is #354139. Grayscale: #C2C2C2. Windows color (decimal): -3490106 or 13024970. OLE color: 13024970.

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

Color convert

RGB202190198-
CMYK00.060.020.21
HSL320º10.17%76.86%-
HSV(B)320º5.94%79.22%-
XYZ52.9653.4660.95-
YUV194.5129.98133.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=34.24%
G=32.20%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219019800.060.020.2132010.1776.86
HexCABEC606215140a4d
Octal3122763060622550012115
Binary1100101010111110110001100110101010110100000010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABEC6; }

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

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

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

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

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

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

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

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