Html Css Color HEX #C04782 Mulberry

📋 copy color: '#C04782'

red 192 ◦ green 71 ◦ blue 130

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

Shades of Mulberry #C04782

Tints of Mulberry #C04782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.07%

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

R = 48.85%
G = 18.07%
B = 33.08%

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

#C04782 (or 0xC04782) is known color: Mulberry. HEX triplet: C0, 47 and 82. RGB value is (192,71,130). Sum of RGB (Red+Green+Blue) = 192+71+130=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C04782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04782 is #3FB87D. Grayscale: #717171. Windows color (decimal): -4175998 or 8538048. OLE color: 8538048.

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

Color convert

RGB 192 71 130 -
CMYK 0 0.63 0.32 0.25
HSL 330.74º 0.49% 0.52% -
HSV(B) 330.74º 0.63% 0.75% -
XYZ 28.02 17.32 22.99 -
YUV 113.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 192 71 130 0 0.63 0.32 0.25 330.74 0.49 0.52
Hex C0 47 82 0 3F 20 19 14B 31 34
Octal 300 107 202 0 77 40 31 513 61 64
Binary 11000000 1000111 10000010 0 111111 100000 11001 101001011 110001 110100

Color Harmonies of #C04782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04782

Black with #C04782

Text Example


Text Example

White with #C04782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04782; }

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

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

background-color css

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

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

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

border-color css

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

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

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