#CCA6BC

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

Shades of Maverick #CCA6BC

Tints of Maverick #CCA6BC

Color information

#CCA6BC (or 0xCCA6BC) is unknown color: approx Maverick. HEX triplet: CC, A6 and BC. RGB value is (204,166,188). Sum of RGB (Red+Green+Blue) = 204+166+188=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6BC is #335943. Grayscale: #B3B3B3. Windows color (decimal): -3365188 or 12363468. OLE color: 12363468.

HSL color Cylindrical-coordinate representation of color #CCA6BC: hue angle of 325.26º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCA6BC is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204166188-
CMYK00.190.080.2
HSL325.26º27.14%72.55%-
HSV(B)325.26º18.63%80%-
XYZ47.6243.7453.51-
YUV179.87132.59145.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=36.56%
G=29.75%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416618800.190.080.2325.2627.1472.55
HexCCA6BC0138141451b49
Octal314246274023102450533111
Binary110011001010011010111100010011100010100101000101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6BC; }

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

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

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

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

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

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

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

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