#CCA9BE

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

Shades of Maverick #CCA9BE

Tints of Maverick #CCA9BE

Color information

#CCA9BE (or 0xCCA9BE) is unknown color: approx Maverick. HEX triplet: CC, A9 and BE. RGB value is (204,169,190). Sum of RGB (Red+Green+Blue) = 204+169+190=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9BE is #335641. Grayscale: #B5B5B5. Windows color (decimal): -3364418 or 12495308. OLE color: 12495308.

HSL color Cylindrical-coordinate representation of color #CCA9BE: hue angle of 324º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCA9BE is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204169190-
CMYK00.170.070.2
HSL324º25.55%73.14%-
HSV(B)324º17.16%80%-
XYZ48.3844.9354.84-
YUV181.86132.6143.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 169 (66.41% from 255) = 30.02%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=36.23%
G=30.02%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416919000.170.070.232425.5573.14
HexCCA9BE0117141441a49
Octal31425127602172450432111
Binary11001100101010011011111001000111110100101000100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA9BE; }

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

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

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

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

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

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

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

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