#CCA9BF

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

Shades of Maverick #CCA9BF

Tints of Maverick #CCA9BF

Color information

#CCA9BF (or 0xCCA9BF) is unknown color: approx Maverick. HEX triplet: CC, A9 and BF. RGB value is (204,169,191). Sum of RGB (Red+Green+Blue) = 204+169+191=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9BF is #335640. Grayscale: #B5B5B5. Windows color (decimal): -3364417 or 12560844. OLE color: 12560844.

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

Color convert

RGB204169191-
CMYK00.170.060.2
HSL322.29º25.55%73.14%-
HSV(B)322.29º17.16%80%-
XYZ48.4944.9755.42-
YUV181.97133.1143.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 191 (75% from 255) = 33.87%
R=36.17%
G=29.96%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416919100.170.060.2322.2925.5573.14
HexCCA9BF0116141421a49
Octal31425127702162450232111
Binary11001100101010011011111101000111010100101000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9BF; }

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

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

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

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

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

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

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

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