Html Css Color HEX #C15C97 Mulberry

📋 copy color: '#C15C97'

red 193 ◦ green 92 ◦ blue 151

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

Shades of Mulberry #C15C97

Tints of Mulberry #C15C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.63%

R = 44.27%
G = 21.1%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C15C97 (or 0xC15C97) is known color: Mulberry. HEX triplet: C1, 5C and 97. RGB value is (193,92,151). Sum of RGB (Red+Green+Blue) = 193+92+151=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15C97 is #3EA368. Grayscale: #808080. Windows color (decimal): -4105065 or 9919681. OLE color: 9919681.

HSL color Cylindrical-coordinate representation of color #C15C97: hue angle of 324.95º 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 #C15C97 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 92 151 -
CMYK 0 0.52 0.22 0.24
HSL 324.95º 0.45% 0.56% -
HSV(B) 324.95º 0.52% 0.76% -
XYZ 31.41 21.23 31.72 -
YUV 128.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 193 92 151 0 0.52 0.22 0.24 324.95 0.45 0.56
Hex C1 5C 97 0 34 16 18 145 2D 38
Octal 301 134 227 0 64 26 30 505 55 70
Binary 11000001 1011100 10010111 0 110100 10110 11000 101000101 101101 111000

Color Harmonies of #C15C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C97

Black with #C15C97

Text Example


Text Example

White with #C15C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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