#CCACBA

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

Shades of Maverick #CCACBA

Tints of Maverick #CCACBA

Color information

#CCACBA (or 0xCCACBA) is unknown color: approx Maverick. HEX triplet: CC, AC and BA. RGB value is (204,172,186). Sum of RGB (Red+Green+Blue) = 204+172+186=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACBA is #335345. Grayscale: #B7B7B7. Windows color (decimal): -3363654 or 12233932. OLE color: 12233932.

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

Color convert

RGB204172186-
CMYK00.160.090.2
HSL333.75º23.88%73.73%-
HSV(B)333.75º15.69%80%-
XYZ48.5245.8952.75-
YUV183.16129.6142.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=36.30%
G=30.60%
B=33.10%

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
Decimal20417218600.160.090.2333.7523.8873.73
HexCCACBA01091414e184a
Octal314254272020112451630112
Binary110011001010110010111010010000100110100101001110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACBA; }

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

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

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

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

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

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

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

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