Html Css Color HEX #C04092 Mulberry

📋 copy color: '#C04092'

red 192 ◦ green 64 ◦ blue 146

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

Shades of Mulberry #C04092

Tints of Mulberry #C04092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.92%

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 47.76%
G = 15.92%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#C04092 (or 0xC04092) is known color: Mulberry. HEX triplet: C0, 40 and 92. RGB value is (192,64,146). Sum of RGB (Red+Green+Blue) = 192+64+146=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C04092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04092 is #3FBF6D. Grayscale: #6F6F6F. Windows color (decimal): -4177774 or 9584832. OLE color: 9584832.

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

Color convert

RGB 192 64 146 -
CMYK 0 0.67 0.24 0.25
HSL 321.56º 0.5% 0.5% -
HSV(B) 321.56º 0.67% 0.75% -
XYZ 28.76 16.95 28.95 -
YUV 111.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 192 64 146 0 0.67 0.24 0.25 321.56 0.5 0.5
Hex C0 40 92 0 43 18 19 142 32 32
Octal 300 100 222 0 103 30 31 502 62 62
Binary 11000000 1000000 10010010 0 1000011 11000 11001 101000010 110010 110010

Color Harmonies of #C04092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04092

Black with #C04092

Text Example


Text Example

White with #C04092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04092; }

 p { color: rgb(192,64,146); }

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

background-color css

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

 a { background-color: rgb(192,64,146); }

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

border-color css

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

 span { border-color: rgb(192,64,146); }

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