#CCC2C9

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

Shades of Maverick #CCC2C9

Tints of Maverick #CCC2C9

Color information

#CCC2C9 (or 0xCCC2C9) is unknown color: approx Maverick. HEX triplet: CC, C2 and C9. RGB value is (204,194,201). Sum of RGB (Red+Green+Blue) = 204+194+201=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2C9 is #333D36. Grayscale: #C5C5C5. Windows color (decimal): -3358007 or 13222604. OLE color: 13222604.

HSL color Cylindrical-coordinate representation of color #CCC2C9: hue angle of 318º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC2C9 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204194201-
CMYK00.050.010.2
HSL318º8.93%78.04%-
HSV(B)318º4.9%80%-
XYZ54.7455.6463.11-
YUV197.79129.81132.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 201 (78.91% from 255) = 33.56%
R=34.06%
G=32.39%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419420100.050.010.23188.9378.04
HexCCC2C90511413e94e
Octal3143023110512447611116
Binary110011001100001011001001010111010010011111010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2C9; }

 p { color: rgb(204,194,201); }

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

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

 a { background-color: rgb(204,194,201); }

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

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

 span { border-color: rgb(204,194,201); }

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