Html Css Color HEX #CC5992 Mulberry

📋 copy color: '#CC5992'

red 204 ◦ green 89 ◦ blue 146

#CC5992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CC5992

Tints of Mulberry #CC5992

RGB

 RED value IS 204 (80.08% from 255) = 46.47%

 GREEN value IS 89 (35.16% from 255) = 20.27%

 BLUE value IS 146 (57.42% from 255) = 33.26%

R = 46.47%
G = 20.27%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC5992 (or 0xCC5992) is known color: Mulberry. HEX triplet: CC, 59 and 92. RGB value is (204,89,146). Sum of RGB (Red+Green+Blue) = 204+89+146=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5992 is #33A66D. Grayscale: #818181. Windows color (decimal): -3384942 or 9591244. OLE color: 9591244.

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

Color convert

RGB 204 89 146 -
CMYK 0 0.56 0.28 0.2
HSL 330.26º 0.53% 0.57% -
HSV(B) 330.26º 0.56% 0.8% -
XYZ 33.66 22.06 29.68 -
YUV 129.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 204 89 146 0 0.56 0.28 0.2 330.26 0.53 0.57
Hex CC 59 92 0 38 1C 14 14A 35 39
Octal 314 131 222 0 70 34 24 512 65 71
Binary 11001100 1011001 10010010 0 111000 11100 10100 101001010 110101 111001

Color Harmonies of #CC5992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5992

Black with #CC5992

Text Example


Text Example

White with #CC5992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5992; }

 p { color: rgb(204,89,146); }

 H1.HeaderClassName
 {
   color: #CC5992;
 }
 .AnyTagClassName
 {
   color: #CC5992;
 }
</style>

background-color css

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

 a { background-color: rgb(204,89,146); }

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

border-color css

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

 span { border-color: rgb(204,89,146); }

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