Html Css Color HEX #C04885 Mulberry

📋 copy color: '#C04885'

red 192 ◦ green 72 ◦ blue 133

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

Shades of Mulberry #C04885

Tints of Mulberry #C04885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 48.36%
G = 18.14%
B = 33.5%

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

#C04885 (or 0xC04885) is known color: Mulberry. HEX triplet: C0, 48 and 85. RGB value is (192,72,133). Sum of RGB (Red+Green+Blue) = 192+72+133=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C04885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04885 is #3FB77A. Grayscale: #727272. Windows color (decimal): -4175739 or 8734912. OLE color: 8734912.

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

Color convert

RGB 192 72 133 -
CMYK 0 0.63 0.31 0.25
HSL 329.5º 0.49% 0.52% -
HSV(B) 329.5º 0.63% 0.75% -
XYZ 28.29 17.53 24.08 -
YUV 114.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 192 72 133 0 0.63 0.31 0.25 329.5 0.49 0.52
Hex C0 48 85 0 3F 1F 19 14A 31 34
Octal 300 110 205 0 77 37 31 512 61 64
Binary 11000000 1001000 10000101 0 111111 11111 11001 101001010 110001 110100

Color Harmonies of #C04885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04885

Black with #C04885

Text Example


Text Example

White with #C04885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04885; }

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

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

background-color css

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

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

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

border-color css

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

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

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