#CCA2BD

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

Shades of Maverick #CCA2BD

Tints of Maverick #CCA2BD

Color information

#CCA2BD (or 0xCCA2BD) is unknown color: approx Maverick. HEX triplet: CC, A2 and BD. RGB value is (204,162,189). Sum of RGB (Red+Green+Blue) = 204+162+189=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2BD is #335D42. Grayscale: #B1B1B1. Windows color (decimal): -3366211 or 12427980. OLE color: 12427980.

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

Color convert

RGB204162189-
CMYK00.210.070.2
HSL321.43º29.17%71.76%-
HSV(B)321.43º20.59%80%-
XYZ47.0142.3553.84-
YUV177.64134.41146.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 162 (63.67% from 255) = 29.19%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=36.76%
G=29.19%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416218900.210.070.2321.4329.1771.76
HexCCA2BD0157141411d48
Octal31424227502572450135110
Binary11001100101000101011110101010111110100101000001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2BD; }

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

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

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

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

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

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

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

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