Html Css Color HEX #C04884 Mulberry

📋 copy color: '#C04884'

red 192 ◦ green 72 ◦ blue 132

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

Shades of Mulberry #C04884

Tints of Mulberry #C04884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 48.48%
G = 18.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C04884 (or 0xC04884) is known color: Mulberry. HEX triplet: C0, 48 and 84. RGB value is (192,72,132). Sum of RGB (Red+Green+Blue) = 192+72+132=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C04884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04884 is #3FB77B. Grayscale: #727272. Windows color (decimal): -4175740 or 8669376. OLE color: 8669376.

HSL color Cylindrical-coordinate representation of color #C04884: hue angle of 330º 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 #C04884 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 132 -
CMYK 0 0.63 0.31 0.25
HSL 330º 0.49% 0.52% -
HSV(B) 330º 0.63% 0.75% -
XYZ 28.22 17.51 23.72 -
YUV 114.72 137.76 183.12 -
System Red Green Blue C M Y K H S L
Decimal 192 72 132 0 0.63 0.31 0.25 330 0.49 0.52
Hex C0 48 84 0 3F 1F 19 14A 31 34
Octal 300 110 204 0 77 37 31 512 61 64
Binary 11000000 1001000 10000100 0 111111 11111 11001 101001010 110001 110100

Color Harmonies of #C04884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04884

Black with #C04884

Text Example


Text Example

White with #C04884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04884; }

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

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

background-color css

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

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

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

border-color css

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

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

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