Html Css Color HEX #CC5091 Mulberry

📋 copy color: '#CC5091'

red 204 ◦ green 80 ◦ blue 145

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

Shades of Mulberry #CC5091

Tints of Mulberry #CC5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.65%

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

R = 47.55%
G = 18.65%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC5091 (or 0xCC5091) is known color: Mulberry. HEX triplet: CC, 50 and 91. RGB value is (204,80,145). Sum of RGB (Red+Green+Blue) = 204+80+145=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5091 is #33AF6E. Grayscale: #7C7C7C. Windows color (decimal): -3387247 or 9523404. OLE color: 9523404.

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

Color convert

RGB 204 80 145 -
CMYK 0 0.61 0.29 0.2
HSL 328.55º 0.55% 0.56% -
HSV(B) 328.55º 0.61% 0.8% -
XYZ 32.88 20.62 29.03 -
YUV 124.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 204 80 145 0 0.61 0.29 0.2 328.55 0.55 0.56
Hex CC 50 91 0 3D 1D 14 149 37 38
Octal 314 120 221 0 75 35 24 511 67 70
Binary 11001100 1010000 10010001 0 111101 11101 10100 101001001 110111 111000

Color Harmonies of #CC5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5091

Black with #CC5091

Text Example


Text Example

White with #CC5091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5091; }

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

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

background-color css

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

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

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

border-color css

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

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

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