#CCA4BE

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

Shades of Maverick #CCA4BE

Tints of Maverick #CCA4BE

Color information

#CCA4BE (or 0xCCA4BE) is unknown color: approx Maverick. HEX triplet: CC, A4 and BE. RGB value is (204,164,190). Sum of RGB (Red+Green+Blue) = 204+164+190=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA4BE is #335B41. Grayscale: #B2B2B2. Windows color (decimal): -3365698 or 12494028. OLE color: 12494028.

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

Color convert

RGB204164190-
CMYK00.200.070.2
HSL321º28.17%72.16%-
HSV(B)321º19.61%80%-
XYZ47.4743.1154.53-
YUV178.92134.25145.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 164 (64.45% from 255) = 29.39%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=36.56%
G=29.39%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416419000.200.070.232128.1772.16
HexCCA4BE0147141411c48
Octal31424427602472450134110
Binary11001100101001001011111001010011110100101000001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4BE; }

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

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

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

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

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

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

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

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