#CCACC3

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

Shades of Maverick #CCACC3

Tints of Maverick #CCACC3

Color information

#CCACC3 (or 0xCCACC3) is unknown color: approx Maverick. HEX triplet: CC, AC and C3. RGB value is (204,172,195). Sum of RGB (Red+Green+Blue) = 204+172+195=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC3 is #33533C. Grayscale: #B8B8B8. Windows color (decimal): -3363645 or 12823756. OLE color: 12823756.

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

Color convert

RGB204172195-
CMYK00.160.040.2
HSL316.88º23.88%73.73%-
HSV(B)316.88º15.69%80%-
XYZ49.546.2857.95-
YUV184.19134.1142.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 195 (76.56% from 255) = 34.15%
R=35.73%
G=30.12%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417219500.160.040.2316.8823.8873.73
HexCCACC301041413d184a
Octal31425430302042447530112
Binary11001100101011001100001101000010010100100111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACC3; }

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

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

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

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

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

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

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

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