#CABFC6

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

Shades of Maverick #CABFC6

Tints of Maverick #CABFC6

Color information

#CABFC6 (or 0xCABFC6) is unknown color: approx Maverick. HEX triplet: CA, BF and C6. RGB value is (202,191,198). Sum of RGB (Red+Green+Blue) = 202+191+198=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFC6 is #354039. Grayscale: #C3C3C3. Windows color (decimal): -3489850 or 13025226. OLE color: 13025226.

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

Color convert

RGB202191198-
CMYK00.050.020.21
HSL321.82º9.4%77.06%-
HSV(B)321.82º5.45%79.22%-
XYZ53.1853.961.03-
YUV195.09129.64132.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=34.18%
G=32.32%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219119800.050.020.21321.829.477.06
HexCABFC60521514294d
Octal3122773060522550211115
Binary1100101010111111110001100101101010110100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFC6; }

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

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

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

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

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

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

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

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