Html Css Color HEX #CC598A Mulberry

📋 copy color: '#CC598A'

red 204 ◦ green 89 ◦ blue 138

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

Shades of Mulberry #CC598A

Tints of Mulberry #CC598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 47.33%
G = 20.65%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC598A (or 0xCC598A) is known color: Mulberry. HEX triplet: CC, 59 and 8A. RGB value is (204,89,138). Sum of RGB (Red+Green+Blue) = 204+89+138=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC598A is #33A675. Grayscale: #808080. Windows color (decimal): -3384950 or 9066956. OLE color: 9066956.

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

Color convert

RGB 204 89 138 -
CMYK 0 0.56 0.32 0.2
HSL 334.43º 0.53% 0.57% -
HSV(B) 334.43º 0.56% 0.8% -
XYZ 33.06 21.82 26.51 -
YUV 128.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 204 89 138 0 0.56 0.32 0.2 334.43 0.53 0.57
Hex CC 59 8A 0 38 20 14 14E 35 39
Octal 314 131 212 0 70 40 24 516 65 71
Binary 11001100 1011001 10001010 0 111000 100000 10100 101001110 110101 111001

Color Harmonies of #CC598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC598A

Black with #CC598A

Text Example


Text Example

White with #CC598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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