Html Css Color HEX #C15C90 Mulberry

📋 copy color: '#C15C90'

red 193 ◦ green 92 ◦ blue 144

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

Shades of Mulberry #C15C90

Tints of Mulberry #C15C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 44.99%
G = 21.45%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C15C90 (or 0xC15C90) is known color: Mulberry. HEX triplet: C1, 5C and 90. RGB value is (193,92,144). Sum of RGB (Red+Green+Blue) = 193+92+144=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15C90 is #3EA36F. Grayscale: #808080. Windows color (decimal): -4105072 or 9460929. OLE color: 9460929.

HSL color Cylindrical-coordinate representation of color #C15C90: hue angle of 329.11º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15C90 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 92 144 -
CMYK 0 0.52 0.25 0.24
HSL 329.11º 0.45% 0.56% -
HSV(B) 329.11º 0.52% 0.76% -
XYZ 30.85 21.01 28.81 -
YUV 128.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 193 92 144 0 0.52 0.25 0.24 329.11 0.45 0.56
Hex C1 5C 90 0 34 19 18 149 2D 38
Octal 301 134 220 0 64 31 30 511 55 70
Binary 11000001 1011100 10010000 0 110100 11001 11000 101001001 101101 111000

Color Harmonies of #C15C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C90

Black with #C15C90

Text Example


Text Example

White with #C15C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C90; }

 p { color: rgb(193,92,144); }

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

background-color css

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

 a { background-color: rgb(193,92,144); }

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

border-color css

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

 span { border-color: rgb(193,92,144); }

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