Html Css Color HEX #CC5585 Mulberry

📋 copy color: '#CC5585'

red 204 ◦ green 85 ◦ blue 133

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

Shades of Mulberry #CC5585

Tints of Mulberry #CC5585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.14%

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

R = 48.34%
G = 20.14%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC5585 (or 0xCC5585) is known color: Mulberry. HEX triplet: CC, 55 and 85. RGB value is (204,85,133). Sum of RGB (Red+Green+Blue) = 204+85+133=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5585 is #33AA7A. Grayscale: #7D7D7D. Windows color (decimal): -3385979 or 8738252. OLE color: 8738252.

HSL color Cylindrical-coordinate representation of color #CC5585: hue angle of 335.8º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5585 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 133 -
CMYK 0 0.58 0.35 0.2
HSL 335.8º 0.54% 0.57% -
HSV(B) 335.8º 0.58% 0.8% -
XYZ 32.38 21.03 24.54 -
YUV 126.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 204 85 133 0 0.58 0.35 0.2 335.8 0.54 0.57
Hex CC 55 85 0 3A 23 14 150 36 39
Octal 314 125 205 0 72 43 24 520 66 71
Binary 11001100 1010101 10000101 0 111010 100011 10100 101010000 110110 111001

Color Harmonies of #CC5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5585

Black with #CC5585

Text Example


Text Example

White with #CC5585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5585; }

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

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

background-color css

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

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

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

border-color css

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

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

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