Html Css Color HEX #C04295 Mulberry

📋 copy color: '#C04295'

red 192 ◦ green 66 ◦ blue 149

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

Shades of Mulberry #C04295

Tints of Mulberry #C04295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.22%

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 47.17%
G = 16.22%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C04295 (or 0xC04295) is known color: Mulberry. HEX triplet: C0, 42 and 95. RGB value is (192,66,149). Sum of RGB (Red+Green+Blue) = 192+66+149=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C04295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04295 is #3FBD6A. Grayscale: #707070. Windows color (decimal): -4177259 or 9781952. OLE color: 9781952.

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

Color convert

RGB 192 66 149 -
CMYK 0 0.66 0.22 0.25
HSL 320.48º 0.5% 0.51% -
HSV(B) 320.48º 0.66% 0.75% -
XYZ 29.11 17.27 30.23 -
YUV 113.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 192 66 149 0 0.66 0.22 0.25 320.48 0.5 0.51
Hex C0 42 95 0 42 16 19 140 32 33
Octal 300 102 225 0 102 26 31 500 62 63
Binary 11000000 1000010 10010101 0 1000010 10110 11001 101000000 110010 110011

Color Harmonies of #C04295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04295

Black with #C04295

Text Example


Text Example

White with #C04295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04295; }

 p { color: rgb(192,66,149); }

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

background-color css

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

 a { background-color: rgb(192,66,149); }

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

border-color css

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

 span { border-color: rgb(192,66,149); }

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