Html Css Color HEX #C15392 Mulberry

📋 copy color: '#C15392'

red 193 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #C15392

Tints of Mulberry #C15392

RGB

 RED value IS 193 (75.78% from 255) = 45.73%

 GREEN value IS 83 (32.81% from 255) = 19.67%

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

R = 45.73%
G = 19.67%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C15392 (or 0xC15392) is known color: Mulberry. HEX triplet: C1, 53 and 92. RGB value is (193,83,146). Sum of RGB (Red+Green+Blue) = 193+83+146=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C15392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15392 is #3EAC6D. Grayscale: #7A7A7A. Windows color (decimal): -4107374 or 9589697. OLE color: 9589697.

HSL color Cylindrical-coordinate representation of color #C15392: hue angle of 325.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C15392 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 83 146 -
CMYK 0 0.57 0.24 0.24
HSL 325.64º 0.47% 0.54% -
HSV(B) 325.64º 0.57% 0.76% -
XYZ 30.27 19.6 29.38 -
YUV 123.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 193 83 146 0 0.57 0.24 0.24 325.64 0.47 0.54
Hex C1 53 92 0 39 18 18 146 2F 36
Octal 301 123 222 0 71 30 30 506 57 66
Binary 11000001 1010011 10010010 0 111001 11000 11000 101000110 101111 110110

Color Harmonies of #C15392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15392

Black with #C15392

Text Example


Text Example

White with #C15392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15392; }

 p { color: rgb(193,83,146); }

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

background-color css

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

 a { background-color: rgb(193,83,146); }

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

border-color css

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

 span { border-color: rgb(193,83,146); }

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