Html Css Color HEX #C04597 Mulberry

📋 copy color: '#C04597'

red 192 ◦ green 69 ◦ blue 151

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

Shades of Mulberry #C04597

Tints of Mulberry #C04597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.65%

R = 46.6%
G = 16.75%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C04597 (or 0xC04597) is known color: Mulberry. HEX triplet: C0, 45 and 97. RGB value is (192,69,151). Sum of RGB (Red+Green+Blue) = 192+69+151=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C04597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04597 is #3FBA68. Grayscale: #727272. Windows color (decimal): -4176489 or 9913792. OLE color: 9913792.

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

Color convert

RGB 192 69 151 -
CMYK 0 0.64 0.21 0.25
HSL 320º 0.49% 0.51% -
HSV(B) 320º 0.64% 0.75% -
XYZ 29.45 17.7 31.14 -
YUV 115.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 192 69 151 0 0.64 0.21 0.25 320 0.49 0.51
Hex C0 45 97 0 40 15 19 140 31 33
Octal 300 105 227 0 100 25 31 500 61 63
Binary 11000000 1000101 10010111 0 1000000 10101 11001 101000000 110001 110011

Color Harmonies of #C04597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04597

Black with #C04597

Text Example


Text Example

White with #C04597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04597; }

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

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

background-color css

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

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

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

border-color css

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

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

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