#CCACB9

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

Shades of Maverick #CCACB9

Tints of Maverick #CCACB9

Color information

#CCACB9 (or 0xCCACB9) is unknown color: approx Maverick. HEX triplet: CC, AC and B9. RGB value is (204,172,185). Sum of RGB (Red+Green+Blue) = 204+172+185=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACB9 is #335346. Grayscale: #B7B7B7. Windows color (decimal): -3363655 or 12168396. OLE color: 12168396.

HSL color Cylindrical-coordinate representation of color #CCACB9: hue angle of 335.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCACB9 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204172185-
CMYK00.160.090.2
HSL335.62º23.88%73.73%-
HSV(B)335.62º15.69%80%-
XYZ48.4145.8552.2-
YUV183.05129.1142.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=36.36%
G=30.66%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417218500.160.090.2335.6223.8873.73
HexCCACB9010914150184a
Octal314254271020112452030112
Binary110011001010110010111001010000100110100101010000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACB9; }

 p { color: rgb(204,172,185); }

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

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

 a { background-color: rgb(204,172,185); }

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

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

 span { border-color: rgb(204,172,185); }

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