Html Css Color HEX #C04694 Mulberry

📋 copy color: '#C04694'

red 192 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #C04694

Tints of Mulberry #C04694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 46.83%
G = 17.07%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C04694 (or 0xC04694) is known color: Mulberry. HEX triplet: C0, 46 and 94. RGB value is (192,70,148). Sum of RGB (Red+Green+Blue) = 192+70+148=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C04694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04694 is #3FB96B. Grayscale: #737373. Windows color (decimal): -4176236 or 9717440. OLE color: 9717440.

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

Color convert

RGB 192 70 148 -
CMYK 0 0.64 0.23 0.25
HSL 321.64º 0.49% 0.51% -
HSV(B) 321.64º 0.64% 0.75% -
XYZ 29.27 17.72 29.9 -
YUV 115.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 192 70 148 0 0.64 0.23 0.25 321.64 0.49 0.51
Hex C0 46 94 0 40 17 19 142 31 33
Octal 300 106 224 0 100 27 31 502 61 63
Binary 11000000 1000110 10010100 0 1000000 10111 11001 101000010 110001 110011

Color Harmonies of #C04694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04694

Black with #C04694

Text Example


Text Example

White with #C04694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04694; }

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

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

background-color css

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

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

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

border-color css

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

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

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