Html Css Color HEX #C04495 Mulberry

📋 copy color: '#C04495'

red 192 ◦ green 68 ◦ blue 149

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

Shades of Mulberry #C04495

Tints of Mulberry #C04495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.63%

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

R = 46.94%
G = 16.63%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C04495 (or 0xC04495) is known color: Mulberry. HEX triplet: C0, 44 and 95. RGB value is (192,68,149). Sum of RGB (Red+Green+Blue) = 192+68+149=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04495 is #3FBB6A. Grayscale: #727272. Windows color (decimal): -4176747 or 9782464. OLE color: 9782464.

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

Color convert

RGB 192 68 149 -
CMYK 0 0.65 0.22 0.25
HSL 320.81º 0.5% 0.51% -
HSV(B) 320.81º 0.65% 0.75% -
XYZ 29.23 17.51 30.27 -
YUV 114.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 192 68 149 0 0.65 0.22 0.25 320.81 0.5 0.51
Hex C0 44 95 0 41 16 19 141 32 33
Octal 300 104 225 0 101 26 31 501 62 63
Binary 11000000 1000100 10010101 0 1000001 10110 11001 101000001 110010 110011

Color Harmonies of #C04495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04495

Black with #C04495

Text Example


Text Example

White with #C04495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04495; }

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

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

background-color css

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

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

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

border-color css

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

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

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