#CCC1CA

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

Shades of Maverick #CCC1CA

Tints of Maverick #CCC1CA

Color information

#CCC1CA (or 0xCCC1CA) is unknown color: approx Maverick. HEX triplet: CC, C1 and CA. RGB value is (204,193,202). Sum of RGB (Red+Green+Blue) = 204+193+202=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1CA is #333E35. Grayscale: #C5C5C5. Windows color (decimal): -3358262 or 13287884. OLE color: 13287884.

HSL color Cylindrical-coordinate representation of color #CCC1CA: hue angle of 310.91º degrees, saturation: 0.1, 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 #CCC1CA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB204193202-
CMYK00.050.010.2
HSL310.91º9.73%77.84%-
HSV(B)310.91º5.39%80%-
XYZ54.6355.2463.66-
YUV197.31130.64132.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 193 (75.78% from 255) = 32.22%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=34.06%
G=32.22%
B=33.72%

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
Decimal20419320200.050.010.2310.919.7377.84
HexCCC1CA05114137a4e
Octal3143013120512446712116
Binary110011001100000111001010010111010010011011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1CA; }

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

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

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

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

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

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

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

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