Html Css Color HEX #CC5A91 Mulberry

📋 copy color: '#CC5A91'

red 204 ◦ green 90 ◦ blue 145

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

Shades of Mulberry #CC5A91

Tints of Mulberry #CC5A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.5%

 BLUE value IS 145 (57.03% from 255) = 33.03%

R = 46.47%
G = 20.5%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC5A91 (or 0xCC5A91) is known color: Mulberry. HEX triplet: CC, 5A and 91. RGB value is (204,90,145). Sum of RGB (Red+Green+Blue) = 204+90+145=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5A91 is #33A56E. Grayscale: #828282. Windows color (decimal): -3384687 or 9525964. OLE color: 9525964.

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

Color convert

RGB 204 90 145 -
CMYK 0 0.56 0.29 0.2
HSL 331.05º 0.53% 0.58% -
HSV(B) 331.05º 0.56% 0.8% -
XYZ 33.67 22.19 29.3 -
YUV 130.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 204 90 145 0 0.56 0.29 0.2 331.05 0.53 0.58
Hex CC 5A 91 0 38 1D 14 14B 35 3A
Octal 314 132 221 0 70 35 24 513 65 72
Binary 11001100 1011010 10010001 0 111000 11101 10100 101001011 110101 111010

Color Harmonies of #CC5A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A91

Black with #CC5A91

Text Example


Text Example

White with #CC5A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A91; }

 p { color: rgb(204,90,145); }

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

background-color css

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

 a { background-color: rgb(204,90,145); }

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

border-color css

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

 span { border-color: rgb(204,90,145); }

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