Html Css Color HEX #C04690 Mulberry

📋 copy color: '#C04690'

red 192 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #C04690

Tints of Mulberry #C04690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.24%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 47.29%
G = 17.24%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C04690 (or 0xC04690) is known color: Mulberry. HEX triplet: C0, 46 and 90. RGB value is (192,70,144). Sum of RGB (Red+Green+Blue) = 192+70+144=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C04690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04690 is #3FB96F. Grayscale: #727272. Windows color (decimal): -4176240 or 9455296. OLE color: 9455296.

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

Color convert

RGB 192 70 144 -
CMYK 0 0.64 0.25 0.25
HSL 323.61º 0.49% 0.51% -
HSV(B) 323.61º 0.64% 0.75% -
XYZ 28.96 17.6 28.26 -
YUV 114.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 192 70 144 0 0.64 0.25 0.25 323.61 0.49 0.51
Hex C0 46 90 0 40 19 19 144 31 33
Octal 300 106 220 0 100 31 31 504 61 63
Binary 11000000 1000110 10010000 0 1000000 11001 11001 101000100 110001 110011

Color Harmonies of #C04690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04690

Black with #C04690

Text Example


Text Example

White with #C04690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04690; }

 p { color: rgb(192,70,144); }

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

background-color css

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

 a { background-color: rgb(192,70,144); }

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

border-color css

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

 span { border-color: rgb(192,70,144); }

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