#CCC5CA

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

Shades of Maverick #CCC5CA

Tints of Maverick #CCC5CA

Color information

#CCC5CA (or 0xCCC5CA) is unknown color: approx Maverick. HEX triplet: CC, C5 and CA. RGB value is (204,197,202). Sum of RGB (Red+Green+Blue) = 204+197+202=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 197 (77.34% from 255 or 32.67% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5CA is #333A35. Grayscale: #C7C7C7. Windows color (decimal): -3357238 or 13288908. OLE color: 13288908.

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

Color convert

RGB204197202-
CMYK00.030.010.2
HSL317.14º6.42%78.63%-
HSV(B)317.14º3.43%80%-
XYZ55.5357.0363.96-
YUV199.66129.32131.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 197 (77.34% from 255) = 32.67%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=33.83%
G=32.67%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419720200.030.010.2317.146.4278.63
HexCCC5CA0311413d64f
Octal314305312031244756117
Binary1100110011000101110010100111101001001111011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5CA; }

 p { color: rgb(204,197,202); }

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

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

 a { background-color: rgb(204,197,202); }

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

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

 span { border-color: rgb(204,197,202); }

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