#CCA9BA

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

Shades of Maverick #CCA9BA

Tints of Maverick #CCA9BA

Color information

#CCA9BA (or 0xCCA9BA) is unknown color: approx Maverick. HEX triplet: CC, A9 and BA. RGB value is (204,169,186). Sum of RGB (Red+Green+Blue) = 204+169+186=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9BA is #335645. Grayscale: #B5B5B5. Windows color (decimal): -3364422 or 12233164. OLE color: 12233164.

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

Color convert

RGB204169186-
CMYK00.170.090.2
HSL330.86º25.55%73.14%-
HSV(B)330.86º17.16%80%-
XYZ47.9544.7652.57-
YUV181.4130.6144.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=36.49%
G=30.23%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416918600.170.090.2330.8625.5573.14
HexCCA9BA01191414b1a49
Octal314251272021112451332111
Binary110011001010100110111010010001100110100101001011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9BA; }

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

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

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

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

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

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

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

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