Html Css Color HEX #CC5092 Mulberry

📋 copy color: '#CC5092'

red 204 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #CC5092

Tints of Mulberry #CC5092

RGB

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

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

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

R = 47.44%
G = 18.6%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC5092 (or 0xCC5092) is known color: Mulberry. HEX triplet: CC, 50 and 92. RGB value is (204,80,146). Sum of RGB (Red+Green+Blue) = 204+80+146=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5092 is #33AF6D. Grayscale: #7C7C7C. Windows color (decimal): -3387246 or 9588940. OLE color: 9588940.

HSL color Cylindrical-coordinate representation of color #CC5092: hue angle of 328.06º 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 #CC5092 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 80 146 -
CMYK 0 0.61 0.28 0.2
HSL 328.06º 0.55% 0.56% -
HSV(B) 328.06º 0.61% 0.8% -
XYZ 32.96 20.65 29.44 -
YUV 124.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 204 80 146 0 0.61 0.28 0.2 328.06 0.55 0.56
Hex CC 50 92 0 3D 1C 14 148 37 38
Octal 314 120 222 0 75 34 24 510 67 70
Binary 11001100 1010000 10010010 0 111101 11100 10100 101001000 110111 111000

Color Harmonies of #CC5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5092

Black with #CC5092

Text Example


Text Example

White with #CC5092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5092; }

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

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

background-color css

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

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

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

border-color css

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

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

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