Html Css Color HEX #C04882 Mulberry

📋 copy color: '#C04882'

red 192 ◦ green 72 ◦ blue 130

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

Shades of Mulberry #C04882

Tints of Mulberry #C04882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.27%

 BLUE value IS 130 (51.17% from 255) = 32.99%

R = 48.73%
G = 18.27%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C04882 (or 0xC04882) is known color: Mulberry. HEX triplet: C0, 48 and 82. RGB value is (192,72,130). Sum of RGB (Red+Green+Blue) = 192+72+130=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C04882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04882 is #3FB77D. Grayscale: #727272. Windows color (decimal): -4175742 or 8538304. OLE color: 8538304.

HSL color Cylindrical-coordinate representation of color #C04882: hue angle of 331º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04882 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 130 -
CMYK 0 0.63 0.32 0.25
HSL 331º 0.49% 0.52% -
HSV(B) 331º 0.63% 0.75% -
XYZ 28.08 17.45 23.01 -
YUV 114.49 136.76 183.28 -
System Red Green Blue C M Y K H S L
Decimal 192 72 130 0 0.63 0.32 0.25 331 0.49 0.52
Hex C0 48 82 0 3F 20 19 14B 31 34
Octal 300 110 202 0 77 40 31 513 61 64
Binary 11000000 1001000 10000010 0 111111 100000 11001 101001011 110001 110100

Color Harmonies of #C04882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04882

Black with #C04882

Text Example


Text Example

White with #C04882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04882; }

 p { color: rgb(192,72,130); }

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

background-color css

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

 a { background-color: rgb(192,72,130); }

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

border-color css

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

 span { border-color: rgb(192,72,130); }

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