#CCA9C1

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

Shades of Maverick #CCA9C1

Tints of Maverick #CCA9C1

Color information

#CCA9C1 (or 0xCCA9C1) is unknown color: approx Maverick. HEX triplet: CC, A9 and C1. RGB value is (204,169,193). Sum of RGB (Red+Green+Blue) = 204+169+193=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9C1 is #33563E. Grayscale: #B6B6B6. Windows color (decimal): -3364415 or 12691916. OLE color: 12691916.

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

Color convert

RGB204169193-
CMYK00.170.050.2
HSL318.86º25.55%73.14%-
HSV(B)318.86º17.16%80%-
XYZ48.7245.0656.58-
YUV182.2134.1143.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 169 (66.41% from 255) = 29.86%
BLUE value IS 193 (75.78% from 255) = 34.10%
R=36.04%
G=29.86%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416919300.170.050.2318.8625.5573.14
HexCCA9C101151413f1a49
Octal31425130102152447732111
Binary11001100101010011100000101000110110100100111111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9C1; }

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

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

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

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

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

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

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

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