#CCA9BC

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

Shades of Maverick #CCA9BC

Tints of Maverick #CCA9BC

Color information

#CCA9BC (or 0xCCA9BC) is unknown color: approx Maverick. HEX triplet: CC, A9 and BC. RGB value is (204,169,188). Sum of RGB (Red+Green+Blue) = 204+169+188=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9BC is #335643. Grayscale: #B5B5B5. Windows color (decimal): -3364420 or 12364236. OLE color: 12364236.

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

Color convert

RGB204169188-
CMYK00.170.080.2
HSL327.43º25.55%73.14%-
HSV(B)327.43º17.16%80%-
XYZ48.1744.8453.69-
YUV181.63131.6143.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 169 (66.41% from 255) = 30.12%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=36.36%
G=30.12%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416918800.170.080.2327.4325.5573.14
HexCCA9BC0118141471a49
Octal314251274021102450732111
Binary110011001010100110111100010001100010100101000111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9BC; }

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

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

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

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

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

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

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

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