Html Css Color HEX #C04185 Mulberry

📋 copy color: '#C04185'

red 192 ◦ green 65 ◦ blue 133

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

Shades of Mulberry #C04185

Tints of Mulberry #C04185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 49.23%
G = 16.67%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C04185 (or 0xC04185) is known color: Mulberry. HEX triplet: C0, 41 and 85. RGB value is (192,65,133). Sum of RGB (Red+Green+Blue) = 192+65+133=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C04185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04185 is #3FBE7A. Grayscale: #6E6E6E. Windows color (decimal): -4177531 or 8733120. OLE color: 8733120.

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

Color convert

RGB 192 65 133 -
CMYK 0 0.66 0.31 0.25
HSL 327.87º 0.5% 0.5% -
HSV(B) 327.87º 0.66% 0.75% -
XYZ 27.86 16.68 23.94 -
YUV 110.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 192 65 133 0 0.66 0.31 0.25 327.87 0.5 0.5
Hex C0 41 85 0 42 1F 19 148 32 32
Octal 300 101 205 0 102 37 31 510 62 62
Binary 11000000 1000001 10000101 0 1000010 11111 11001 101001000 110010 110010

Color Harmonies of #C04185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04185

Black with #C04185

Text Example


Text Example

White with #C04185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04185; }

 p { color: rgb(192,65,133); }

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

background-color css

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

 a { background-color: rgb(192,65,133); }

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

border-color css

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

 span { border-color: rgb(192,65,133); }

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