Html Css Color HEX #C04585 Mulberry

📋 copy color: '#C04585'

red 192 ◦ green 69 ◦ blue 133

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

Shades of Mulberry #C04585

Tints of Mulberry #C04585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.51%

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

R = 48.73%
G = 17.51%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C04585 (or 0xC04585) is known color: Mulberry. HEX triplet: C0, 45 and 85. RGB value is (192,69,133). Sum of RGB (Red+Green+Blue) = 192+69+133=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C04585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04585 is #3FBA7A. Grayscale: #707070. Windows color (decimal): -4176507 or 8734144. OLE color: 8734144.

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

Color convert

RGB 192 69 133 -
CMYK 0 0.64 0.31 0.25
HSL 328.78º 0.49% 0.51% -
HSV(B) 328.78º 0.64% 0.75% -
XYZ 28.1 17.16 24.02 -
YUV 113.07 139.25 184.3 -
System Red Green Blue C M Y K H S L
Decimal 192 69 133 0 0.64 0.31 0.25 328.78 0.49 0.51
Hex C0 45 85 0 40 1F 19 149 31 33
Octal 300 105 205 0 100 37 31 511 61 63
Binary 11000000 1000101 10000101 0 1000000 11111 11001 101001001 110001 110011

Color Harmonies of #C04585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04585

Black with #C04585

Text Example


Text Example

White with #C04585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04585; }

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

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

background-color css

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

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

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

border-color css

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

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

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