Html Css Color HEX #CC5B93 Mulberry

📋 copy color: '#CC5B93'

red 204 ◦ green 91 ◦ blue 147

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

Shades of Mulberry #CC5B93

Tints of Mulberry #CC5B93

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.59%

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 46.15%
G = 20.59%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC5B93 (or 0xCC5B93) is known color: Mulberry. HEX triplet: CC, 5B and 93. RGB value is (204,91,147). Sum of RGB (Red+Green+Blue) = 204+91+147=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5B93 is #33A46C. Grayscale: #838383. Windows color (decimal): -3384429 or 9657292. OLE color: 9657292.

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

Color convert

RGB 204 91 147 -
CMYK 0 0.55 0.28 0.2
HSL 330.27º 0.53% 0.58% -
HSV(B) 330.27º 0.55% 0.8% -
XYZ 33.91 22.43 30.15 -
YUV 131.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 204 91 147 0 0.55 0.28 0.2 330.27 0.53 0.58
Hex CC 5B 93 0 37 1C 14 14A 35 3A
Octal 314 133 223 0 67 34 24 512 65 72
Binary 11001100 1011011 10010011 0 110111 11100 10100 101001010 110101 111010

Color Harmonies of #CC5B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B93

Black with #CC5B93

Text Example


Text Example

White with #CC5B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B93; }

 p { color: rgb(204,91,147); }

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

background-color css

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

 a { background-color: rgb(204,91,147); }

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

border-color css

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

 span { border-color: rgb(204,91,147); }

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