Html Css Color HEX #CC598C Mulberry

📋 copy color: '#CC598C'

red 204 ◦ green 89 ◦ blue 140

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

Shades of Mulberry #CC598C

Tints of Mulberry #CC598C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 47.11%
G = 20.55%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC598C (or 0xCC598C) is known color: Mulberry. HEX triplet: CC, 59 and 8C. RGB value is (204,89,140). Sum of RGB (Red+Green+Blue) = 204+89+140=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC598C is #33A673. Grayscale: #818181. Windows color (decimal): -3384948 or 9198028. OLE color: 9198028.

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

Color convert

RGB 204 89 140 -
CMYK 0 0.56 0.31 0.2
HSL 333.39º 0.53% 0.57% -
HSV(B) 333.39º 0.56% 0.8% -
XYZ 33.21 21.88 27.28 -
YUV 129.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 204 89 140 0 0.56 0.31 0.2 333.39 0.53 0.57
Hex CC 59 8C 0 38 1F 14 14D 35 39
Octal 314 131 214 0 70 37 24 515 65 71
Binary 11001100 1011001 10001100 0 111000 11111 10100 101001101 110101 111001

Color Harmonies of #CC598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC598C

Black with #CC598C

Text Example


Text Example

White with #CC598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC598C; }

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

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

background-color css

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

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

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

border-color css

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

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

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