Html Css Color HEX #C04680 Mulberry

📋 copy color: '#C04680'

red 192 ◦ green 70 ◦ blue 128

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

Shades of Mulberry #C04680

Tints of Mulberry #C04680

RGB

 RED value IS 192 (75.39% from 255) = 49.23%

 GREEN value IS 70 (27.73% from 255) = 17.95%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 49.23%
G = 17.95%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C04680 (or 0xC04680) is known color: Mulberry. HEX triplet: C0, 46 and 80. RGB value is (192,70,128). Sum of RGB (Red+Green+Blue) = 192+70+128=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C04680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04680 is #3FB97F. Grayscale: #707070. Windows color (decimal): -4176256 or 8406720. OLE color: 8406720.

HSL color Cylindrical-coordinate representation of color #C04680: hue angle of 331.48º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04680 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 128 -
CMYK 0 0.64 0.33 0.25
HSL 331.48º 0.49% 0.51% -
HSV(B) 331.48º 0.64% 0.75% -
XYZ 27.82 17.15 22.26 -
YUV 113.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 192 70 128 0 0.64 0.33 0.25 331.48 0.49 0.51
Hex C0 46 80 0 40 21 19 14B 31 33
Octal 300 106 200 0 100 41 31 513 61 63
Binary 11000000 1000110 10000000 0 1000000 100001 11001 101001011 110001 110011

Color Harmonies of #C04680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04680

Black with #C04680

Text Example


Text Example

White with #C04680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04680; }

 p { color: rgb(192,70,128); }

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

background-color css

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

 a { background-color: rgb(192,70,128); }

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

border-color css

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

 span { border-color: rgb(192,70,128); }

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