Html Css Color HEX #CC5597 Mulberry

📋 copy color: '#CC5597'

red 204 ◦ green 85 ◦ blue 151

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

Shades of Mulberry #CC5597

Tints of Mulberry #CC5597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.32%

 BLUE value IS 151 (59.38% from 255) = 34.32%

R = 46.36%
G = 19.32%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC5597 (or 0xCC5597) is known color: Mulberry. HEX triplet: CC, 55 and 97. RGB value is (204,85,151). Sum of RGB (Red+Green+Blue) = 204+85+151=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5597 is #33AA68. Grayscale: #7F7F7F. Windows color (decimal): -3385961 or 9917900. OLE color: 9917900.

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

Color convert

RGB 204 85 151 -
CMYK 0 0.58 0.26 0.2
HSL 326.72º 0.54% 0.57% -
HSV(B) 326.72º 0.58% 0.8% -
XYZ 33.74 21.57 31.66 -
YUV 128.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 204 85 151 0 0.58 0.26 0.2 326.72 0.54 0.57
Hex CC 55 97 0 3A 1A 14 147 36 39
Octal 314 125 227 0 72 32 24 507 66 71
Binary 11001100 1010101 10010111 0 111010 11010 10100 101000111 110110 111001

Color Harmonies of #CC5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5597

Black with #CC5597

Text Example


Text Example

White with #CC5597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5597; }

 p { color: rgb(204,85,151); }

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

background-color css

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

 a { background-color: rgb(204,85,151); }

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

border-color css

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

 span { border-color: rgb(204,85,151); }

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