Html Css Color HEX #CC599C Mulberry

📋 copy color: '#CC599C'

red 204 ◦ green 89 ◦ blue 156

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

Shades of Mulberry #CC599C

Tints of Mulberry #CC599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 45.43%
G = 19.82%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC599C (or 0xCC599C) is known color: Mulberry. HEX triplet: CC, 59 and 9C. RGB value is (204,89,156). Sum of RGB (Red+Green+Blue) = 204+89+156=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC599C is #33A663. Grayscale: #828282. Windows color (decimal): -3384932 or 10246604. OLE color: 10246604.

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

Color convert

RGB 204 89 156 -
CMYK 0 0.56 0.24 0.2
HSL 325.04º 0.53% 0.57% -
HSV(B) 325.04º 0.56% 0.8% -
XYZ 34.47 22.38 33.96 -
YUV 131.02 142.1 180.05 -
System Red Green Blue C M Y K H S L
Decimal 204 89 156 0 0.56 0.24 0.2 325.04 0.53 0.57
Hex CC 59 9C 0 38 18 14 145 35 39
Octal 314 131 234 0 70 30 24 505 65 71
Binary 11001100 1011001 10011100 0 111000 11000 10100 101000101 110101 111001

Color Harmonies of #CC599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC599C

Black with #CC599C

Text Example


Text Example

White with #CC599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC599C; }

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

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

background-color css

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

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

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

border-color css

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

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

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