Html Css Color HEX #C04289 Mulberry

📋 copy color: '#C04289'

red 192 ◦ green 66 ◦ blue 137

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

Shades of Mulberry #C04289

Tints of Mulberry #C04289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 48.61%
G = 16.71%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C04289 (or 0xC04289) is known color: Mulberry. HEX triplet: C0, 42 and 89. RGB value is (192,66,137). Sum of RGB (Red+Green+Blue) = 192+66+137=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04289 is #3FBD76. Grayscale: #6F6F6F. Windows color (decimal): -4177271 or 8995520. OLE color: 8995520.

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

Color convert

RGB 192 66 137 -
CMYK 0 0.66 0.29 0.25
HSL 326.19º 0.5% 0.51% -
HSV(B) 326.19º 0.66% 0.75% -
XYZ 28.2 16.91 25.44 -
YUV 111.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 192 66 137 0 0.66 0.29 0.25 326.19 0.5 0.51
Hex C0 42 89 0 42 1D 19 146 32 33
Octal 300 102 211 0 102 35 31 506 62 63
Binary 11000000 1000010 10001001 0 1000010 11101 11001 101000110 110010 110011

Color Harmonies of #C04289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04289

Black with #C04289

Text Example


Text Example

White with #C04289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04289; }

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

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

background-color css

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

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

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

border-color css

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

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

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