Html Css Color HEX #CC5985 Mulberry

📋 copy color: '#CC5985'

red 204 ◦ green 89 ◦ blue 133

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

Shades of Mulberry #CC5985

Tints of Mulberry #CC5985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.22%

R = 47.89%
G = 20.89%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC5985 (or 0xCC5985) is known color: Mulberry. HEX triplet: CC, 59 and 85. RGB value is (204,89,133). Sum of RGB (Red+Green+Blue) = 204+89+133=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5985 is #33A67A. Grayscale: #808080. Windows color (decimal): -3384955 or 8739276. OLE color: 8739276.

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

Color convert

RGB 204 89 133 -
CMYK 0 0.56 0.35 0.2
HSL 337.04º 0.53% 0.57% -
HSV(B) 337.04º 0.56% 0.8% -
XYZ 32.71 21.68 24.65 -
YUV 128.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 204 89 133 0 0.56 0.35 0.2 337.04 0.53 0.57
Hex CC 59 85 0 38 23 14 151 35 39
Octal 314 131 205 0 70 43 24 521 65 71
Binary 11001100 1011001 10000101 0 111000 100011 10100 101010001 110101 111001

Color Harmonies of #CC5985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5985

Black with #CC5985

Text Example


Text Example

White with #CC5985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5985; }

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

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

background-color css

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

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

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

border-color css

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

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

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