#CCACC1

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

Shades of Maverick #CCACC1

Tints of Maverick #CCACC1

Color information

#CCACC1 (or 0xCCACC1) is unknown color: approx Maverick. HEX triplet: CC, AC and C1. RGB value is (204,172,193). Sum of RGB (Red+Green+Blue) = 204+172+193=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACC1 is #33533E. Grayscale: #B7B7B7. Windows color (decimal): -3363647 or 12692684. OLE color: 12692684.

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

Color convert

RGB204172193-
CMYK00.160.050.2
HSL320.62º23.88%73.73%-
HSV(B)320.62º15.69%80%-
XYZ49.2846.1956.77-
YUV183.96133.1142.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 193 (75.78% from 255) = 33.92%
R=35.85%
G=30.23%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417219300.160.050.2320.6223.8873.73
HexCCACC1010514141184a
Octal31425430102052450130112
Binary11001100101011001100000101000010110100101000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACC1; }

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

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

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

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

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

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

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

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