#CCA9BD

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

Shades of Maverick #CCA9BD

Tints of Maverick #CCA9BD

Color information

#CCA9BD (or 0xCCA9BD) is unknown color: approx Maverick. HEX triplet: CC, A9 and BD. RGB value is (204,169,189). Sum of RGB (Red+Green+Blue) = 204+169+189=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9BD is #335642. Grayscale: #B5B5B5. Windows color (decimal): -3364419 or 12429772. OLE color: 12429772.

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

Color convert

RGB204169189-
CMYK00.170.070.2
HSL325.71º25.55%73.14%-
HSV(B)325.71º17.16%80%-
XYZ48.2844.8954.26-
YUV181.74132.1143.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=36.30%
G=30.07%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416918900.170.070.2325.7125.5573.14
HexCCA9BD0117141461a49
Octal31425127502172450632111
Binary11001100101010011011110101000111110100101000110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9BD; }

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

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

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

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

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

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

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

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