#cca0c0

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

Shades of Maverick #CCA0C0

Tints of Maverick #CCA0C0

Color information

#CCA0C0 (or 0xCCA0C0) is unknown color: approx Maverick. HEX triplet: CC, A0 and C0. RGB value is (204,160,192). Sum of RGB (Red+Green+Blue) = 204+160+192=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0C0 is #335F3F. Grayscale: #B0B0B0. Windows color (decimal): -3366720 or 12624076. OLE color: 12624076.

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

Color convert

RGB204160192-
CMYK00.220.060.2
HSL316.36º30.14%71.37%-
HSV(B)316.36º21.57%80%-
XYZ46.9941.7855.46-
YUV176.8136.58147.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 160 (62.89% from 255) = 28.78%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=36.69%
G=28.78%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416019200.220.060.2316.3630.1471.37
HexCCA0C001661413c1e47
Octal31424030002662447436107
Binary11001100101000001100000001011011010100100111100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca0c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca0c0; }

 p { color: rgb(204,160,192); }

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

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

 a { background-color: rgb(204,160,192); }

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

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

 span { border-color: rgb(204,160,192); }

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