Html Css Color HEX #C45092 Mulberry

📋 copy color: '#C45092'

red 196 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #C45092

Tints of Mulberry #C45092

RGB

 RED value IS 196 (76.95% from 255) = 46.45%

 GREEN value IS 80 (31.64% from 255) = 18.96%

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

R = 46.45%
G = 18.96%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C45092 (or 0xC45092) is known color: Mulberry. HEX triplet: C4, 50 and 92. RGB value is (196,80,146). Sum of RGB (Red+Green+Blue) = 196+80+146=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C45092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45092 is #3BAF6D. Grayscale: #7A7A7A. Windows color (decimal): -3911534 or 9588932. OLE color: 9588932.

HSL color Cylindrical-coordinate representation of color #C45092: hue angle of 325.86º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45092 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 146 -
CMYK 0 0.59 0.26 0.23
HSL 325.86º 0.5% 0.54% -
HSV(B) 325.86º 0.59% 0.77% -
XYZ 30.82 19.55 29.34 -
YUV 122.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 196 80 146 0 0.59 0.26 0.23 325.86 0.5 0.54
Hex C4 50 92 0 3B 1A 17 146 32 36
Octal 304 120 222 0 73 32 27 506 62 66
Binary 11000100 1010000 10010010 0 111011 11010 10111 101000110 110010 110110

Color Harmonies of #C45092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45092

Black with #C45092

Text Example


Text Example

White with #C45092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45092; }

 p { color: rgb(196,80,146); }

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

background-color css

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

 a { background-color: rgb(196,80,146); }

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

border-color css

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

 span { border-color: rgb(196,80,146); }

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