Html Css Color HEX #C15F9E Mulberry

📋 copy color: '#C15F9E'

red 193 ◦ green 95 ◦ blue 158

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

Shades of Mulberry #C15F9E

Tints of Mulberry #C15F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.43%

R = 43.27%
G = 21.3%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C15F9E (or 0xC15F9E) is known color: Mulberry. HEX triplet: C1, 5F and 9E. RGB value is (193,95,158). Sum of RGB (Red+Green+Blue) = 193+95+158=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15F9E is #3EA061. Grayscale: #838383. Windows color (decimal): -4104290 or 10379201. OLE color: 10379201.

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

Color convert

RGB 193 95 158 -
CMYK 0 0.51 0.18 0.24
HSL 321.43º 0.44% 0.56% -
HSV(B) 321.43º 0.51% 0.76% -
XYZ 32.26 21.99 34.89 -
YUV 131.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 193 95 158 0 0.51 0.18 0.24 321.43 0.44 0.56
Hex C1 5F 9E 0 33 12 18 141 2C 38
Octal 301 137 236 0 63 22 30 501 54 70
Binary 11000001 1011111 10011110 0 110011 10010 11000 101000001 101100 111000

Color Harmonies of #C15F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F9E

Black with #C15F9E

Text Example


Text Example

White with #C15F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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