Html Css Color HEX #C04A87 Mulberry

📋 copy color: '#C04A87'

red 192 ◦ green 74 ◦ blue 135

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

Shades of Mulberry #C04A87

Tints of Mulberry #C04A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

 BLUE value IS 135 (53.13% from 255) = 33.67%

R = 47.88%
G = 18.45%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C04A87 (or 0xC04A87) is known color: Mulberry. HEX triplet: C0, 4A and 87. RGB value is (192,74,135). Sum of RGB (Red+Green+Blue) = 192+74+135=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04A87 is #3FB578. Grayscale: #747474. Windows color (decimal): -4175225 or 8866496. OLE color: 8866496.

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

Color convert

RGB 192 74 135 -
CMYK 0 0.61 0.30 0.25
HSL 328.98º 0.48% 0.52% -
HSV(B) 328.98º 0.61% 0.75% -
XYZ 28.56 17.85 24.86 -
YUV 116.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 192 74 135 0 0.61 0.30 0.25 328.98 0.48 0.52
Hex C0 4A 87 0 3D 1E 19 149 30 34
Octal 300 112 207 0 75 36 31 511 60 64
Binary 11000000 1001010 10000111 0 111101 11110 11001 101001001 110000 110100

Color Harmonies of #C04A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A87

Black with #C04A87

Text Example


Text Example

White with #C04A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A87; }

 p { color: rgb(192,74,135); }

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

background-color css

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

 a { background-color: rgb(192,74,135); }

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

border-color css

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

 span { border-color: rgb(192,74,135); }

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