Html Css Color HEX #CC5892 Mulberry

📋 copy color: '#CC5892'

red 204 ◦ green 88 ◦ blue 146

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

Shades of Mulberry #CC5892

Tints of Mulberry #CC5892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.09%

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

R = 46.58%
G = 20.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC5892 (or 0xCC5892) is known color: Mulberry. HEX triplet: CC, 58 and 92. RGB value is (204,88,146). Sum of RGB (Red+Green+Blue) = 204+88+146=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5892 is #33A76D. Grayscale: #818181. Windows color (decimal): -3385198 or 9590988. OLE color: 9590988.

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

Color convert

RGB 204 88 146 -
CMYK 0 0.57 0.28 0.2
HSL 330º 0.53% 0.57% -
HSV(B) 330º 0.57% 0.8% -
XYZ 33.58 21.89 29.65 -
YUV 129.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 204 88 146 0 0.57 0.28 0.2 330 0.53 0.57
Hex CC 58 92 0 39 1C 14 14A 35 39
Octal 314 130 222 0 71 34 24 512 65 71
Binary 11001100 1011000 10010010 0 111001 11100 10100 101001010 110101 111001

Color Harmonies of #CC5892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5892

Black with #CC5892

Text Example


Text Example

White with #CC5892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5892; }

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

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

background-color css

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

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

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

border-color css

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

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

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