Html Css Color HEX #CC599E Mulberry

📋 copy color: '#CC599E'

red 204 ◦ green 89 ◦ blue 158

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

Shades of Mulberry #CC599E

Tints of Mulberry #CC599E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.03%

R = 45.23%
G = 19.73%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC599E (or 0xCC599E) is known color: Mulberry. HEX triplet: CC, 59 and 9E. RGB value is (204,89,158). Sum of RGB (Red+Green+Blue) = 204+89+158=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC599E is #33A661. Grayscale: #838383. Windows color (decimal): -3384930 or 10377676. OLE color: 10377676.

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

Color convert

RGB 204 89 158 -
CMYK 0 0.56 0.23 0.2
HSL 324º 0.53% 0.57% -
HSV(B) 324º 0.56% 0.8% -
XYZ 34.65 22.45 34.86 -
YUV 131.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 204 89 158 0 0.56 0.23 0.2 324 0.53 0.57
Hex CC 59 9E 0 38 17 14 144 35 39
Octal 314 131 236 0 70 27 24 504 65 71
Binary 11001100 1011001 10011110 0 111000 10111 10100 101000100 110101 111001

Color Harmonies of #CC599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC599E

Black with #CC599E

Text Example


Text Example

White with #CC599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC599E; }

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

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

background-color css

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

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

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

border-color css

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

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

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