Html Css Color HEX #C04792 Mulberry

📋 copy color: '#C04792'

red 192 ◦ green 71 ◦ blue 146

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

Shades of Mulberry #C04792

Tints of Mulberry #C04792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.36%

 BLUE value IS 146 (57.42% from 255) = 35.7%

R = 46.94%
G = 17.36%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C04792 (or 0xC04792) is known color: Mulberry. HEX triplet: C0, 47 and 92. RGB value is (192,71,146). Sum of RGB (Red+Green+Blue) = 192+71+146=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04792 is #3FB86D. Grayscale: #737373. Windows color (decimal): -4175982 or 9586624. OLE color: 9586624.

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

Color convert

RGB 192 71 146 -
CMYK 0 0.63 0.24 0.25
HSL 322.81º 0.49% 0.52% -
HSV(B) 322.81º 0.63% 0.75% -
XYZ 29.18 17.79 29.09 -
YUV 115.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 192 71 146 0 0.63 0.24 0.25 322.81 0.49 0.52
Hex C0 47 92 0 3F 18 19 143 31 34
Octal 300 107 222 0 77 30 31 503 61 64
Binary 11000000 1000111 10010010 0 111111 11000 11001 101000011 110001 110100

Color Harmonies of #C04792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04792

Black with #C04792

Text Example


Text Example

White with #C04792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04792; }

 p { color: rgb(192,71,146); }

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

background-color css

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

 a { background-color: rgb(192,71,146); }

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

border-color css

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

 span { border-color: rgb(192,71,146); }

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