Html Css Color HEX #CC5492 Mulberry

📋 copy color: '#CC5492'

red 204 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #CC5492

Tints of Mulberry #CC5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.35%

 BLUE value IS 146 (57.42% from 255) = 33.64%

R = 47%
G = 19.35%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC5492 (or 0xCC5492) is known color: Mulberry. HEX triplet: CC, 54 and 92. RGB value is (204,84,146). Sum of RGB (Red+Green+Blue) = 204+84+146=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5492 is #33AB6D. Grayscale: #7E7E7E. Windows color (decimal): -3386222 or 9589964. OLE color: 9589964.

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

Color convert

RGB 204 84 146 -
CMYK 0 0.59 0.28 0.2
HSL 329º 0.54% 0.56% -
HSV(B) 329º 0.59% 0.8% -
XYZ 33.26 21.25 29.54 -
YUV 126.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 204 84 146 0 0.59 0.28 0.2 329 0.54 0.56
Hex CC 54 92 0 3B 1C 14 149 36 38
Octal 314 124 222 0 73 34 24 511 66 70
Binary 11001100 1010100 10010010 0 111011 11100 10100 101001001 110110 111000

Color Harmonies of #CC5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5492

Black with #CC5492

Text Example


Text Example

White with #CC5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5492; }

 p { color: rgb(204,84,146); }

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

background-color css

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

 a { background-color: rgb(204,84,146); }

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

border-color css

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

 span { border-color: rgb(204,84,146); }

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