#CCA6BB

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

Shades of Maverick #CCA6BB

Tints of Maverick #CCA6BB

Color information

#CCA6BB (or 0xCCA6BB) is unknown color: approx Maverick. HEX triplet: CC, A6 and BB. RGB value is (204,166,187). Sum of RGB (Red+Green+Blue) = 204+166+187=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6BB is #335944. Grayscale: #B3B3B3. Windows color (decimal): -3365189 or 12297932. OLE color: 12297932.

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

Color convert

RGB204166187-
CMYK00.190.080.2
HSL326.84º27.14%72.55%-
HSV(B)326.84º18.63%80%-
XYZ47.5143.752.94-
YUV179.76132.09145.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=36.62%
G=29.80%
B=33.57%

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
Decimal20416618700.190.080.2326.8427.1472.55
HexCCA6BB0138141471b49
Octal314246273023102450733111
Binary110011001010011010111011010011100010100101000111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6BB; }

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

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

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

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

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

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

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

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