#CCA4BF

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

Shades of Maverick #CCA4BF

Tints of Maverick #CCA4BF

Color information

#CCA4BF (or 0xCCA4BF) is unknown color: approx Maverick. HEX triplet: CC, A4 and BF. RGB value is (204,164,191). Sum of RGB (Red+Green+Blue) = 204+164+191=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4BF is #335B40. Grayscale: #B2B2B2. Windows color (decimal): -3365697 or 12559564. OLE color: 12559564.

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

Color convert

RGB204164191-
CMYK00.200.060.2
HSL319.5º28.17%72.16%-
HSV(B)319.5º19.61%80%-
XYZ47.5843.1555.11-
YUV179.04134.75145.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 191 (75% from 255) = 34.17%
R=36.49%
G=29.34%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416419100.200.060.2319.528.1772.16
HexCCA4BF0146141401c48
Octal31424427702462450034110
Binary11001100101001001011111101010011010100101000000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4BF; }

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

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

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

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

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

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

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

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