Html Css Color HEX #C15F98 Mulberry

📋 copy color: '#C15F98'

red 193 ◦ green 95 ◦ blue 152

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

Shades of Mulberry #C15F98

Tints of Mulberry #C15F98

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

 BLUE value IS 152 (59.77% from 255) = 34.55%

R = 43.86%
G = 21.59%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C15F98 (or 0xC15F98) is known color: Mulberry. HEX triplet: C1, 5F and 98. RGB value is (193,95,152). Sum of RGB (Red+Green+Blue) = 193+95+152=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F98 is #3EA067. Grayscale: #828282. Windows color (decimal): -4104296 or 9985985. OLE color: 9985985.

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

Color convert

RGB 193 95 152 -
CMYK 0 0.51 0.21 0.24
HSL 325.1º 0.44% 0.56% -
HSV(B) 325.1º 0.51% 0.76% -
XYZ 31.75 21.79 32.24 -
YUV 130.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 193 95 152 0 0.51 0.21 0.24 325.1 0.44 0.56
Hex C1 5F 98 0 33 15 18 145 2C 38
Octal 301 137 230 0 63 25 30 505 54 70
Binary 11000001 1011111 10011000 0 110011 10101 11000 101000101 101100 111000

Color Harmonies of #C15F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F98

Black with #C15F98

Text Example


Text Example

White with #C15F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F98; }

 p { color: rgb(193,95,152); }

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

background-color css

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

 a { background-color: rgb(193,95,152); }

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

border-color css

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

 span { border-color: rgb(193,95,152); }

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