#CCA7C3

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

Shades of Maverick #CCA7C3

Tints of Maverick #CCA7C3

Color information

#CCA7C3 (or 0xCCA7C3) is unknown color: approx Maverick. HEX triplet: CC, A7 and C3. RGB value is (204,167,195). Sum of RGB (Red+Green+Blue) = 204+167+195=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA7C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA7C3 is #33583C. Grayscale: #B5B5B5. Windows color (decimal): -3364925 or 12822476. OLE color: 12822476.

HSL color Cylindrical-coordinate representation of color #CCA7C3: hue angle of 314.59º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA7C3 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204167195-
CMYK00.180.040.2
HSL314.59º26.62%72.75%-
HSV(B)314.59º18.14%80%-
XYZ48.5744.4157.64-
YUV181.25135.76144.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 167 (65.62% from 255) = 29.51%
BLUE value IS 195 (76.56% from 255) = 34.45%
R=36.04%
G=29.51%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416719500.180.040.2314.5926.6272.75
HexCCA7C301241413b1b49
Octal31424730302242447333111
Binary11001100101001111100001101001010010100100111011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA7C3; }

 p { color: rgb(204,167,195); }

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

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

 a { background-color: rgb(204,167,195); }

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

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

 span { border-color: rgb(204,167,195); }

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