#CCACBC

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

Shades of Maverick #CCACBC

Tints of Maverick #CCACBC

Color information

#CCACBC (or 0xCCACBC) is unknown color: approx Maverick. HEX triplet: CC, AC and BC. RGB value is (204,172,188). Sum of RGB (Red+Green+Blue) = 204+172+188=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACBC is #335343. Grayscale: #B7B7B7. Windows color (decimal): -3363652 or 12365004. OLE color: 12365004.

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

Color convert

RGB204172188-
CMYK00.160.080.2
HSL330º23.88%73.73%-
HSV(B)330º15.69%80%-
XYZ48.7345.9753.88-
YUV183.39130.6142.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 188 (73.83% from 255) = 33.33%
R=36.17%
G=30.50%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417218800.160.080.233023.8873.73
HexCCACBC01081414a184a
Octal314254274020102451230112
Binary110011001010110010111100010000100010100101001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACBC; }

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

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

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

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

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

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

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

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