Html Css Color HEX #C04895 Mulberry

📋 copy color: '#C04895'

red 192 ◦ green 72 ◦ blue 149

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

Shades of Mulberry #C04895

Tints of Mulberry #C04895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 46.49%
G = 17.43%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C04895 (or 0xC04895) is known color: Mulberry. HEX triplet: C0, 48 and 95. RGB value is (192,72,149). Sum of RGB (Red+Green+Blue) = 192+72+149=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C04895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04895 is #3FB76A. Grayscale: #747474. Windows color (decimal): -4175723 or 9783488. OLE color: 9783488.

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

Color convert

RGB 192 72 149 -
CMYK 0 0.63 0.22 0.25
HSL 321.5º 0.49% 0.52% -
HSV(B) 321.5º 0.63% 0.75% -
XYZ 29.48 18.01 30.36 -
YUV 116.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 192 72 149 0 0.63 0.22 0.25 321.5 0.49 0.52
Hex C0 48 95 0 3F 16 19 142 31 34
Octal 300 110 225 0 77 26 31 502 61 64
Binary 11000000 1001000 10010101 0 111111 10110 11001 101000010 110001 110100

Color Harmonies of #C04895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04895

Black with #C04895

Text Example


Text Example

White with #C04895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04895; }

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

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

background-color css

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

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

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

border-color css

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

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

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