#CCA2BF

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

Shades of Maverick #CCA2BF

Tints of Maverick #CCA2BF

Color information

#CCA2BF (or 0xCCA2BF) is unknown color: approx Maverick. HEX triplet: CC, A2 and BF. RGB value is (204,162,191). Sum of RGB (Red+Green+Blue) = 204+162+191=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2BF is #335D40. Grayscale: #B1B1B1. Windows color (decimal): -3366209 or 12559052. OLE color: 12559052.

HSL color Cylindrical-coordinate representation of color #CCA2BF: hue angle of 318.57º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA2BF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204162191-
CMYK00.210.060.2
HSL318.57º29.17%71.76%-
HSV(B)318.57º20.59%80%-
XYZ47.2342.4454.99-
YUV177.86135.41146.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 162 (63.67% from 255) = 29.08%
BLUE value IS 191 (75% from 255) = 34.29%
R=36.62%
G=29.08%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416219100.210.060.2318.5729.1771.76
HexCCA2BF01561413f1d48
Octal31424227702562447735110
Binary11001100101000101011111101010111010100100111111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2BF; }

 p { color: rgb(204,162,191); }

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

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

 a { background-color: rgb(204,162,191); }

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

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

 span { border-color: rgb(204,162,191); }

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