Html Css Color HEX #C15C9D Mulberry

📋 copy color: '#C15C9D'

red 193 ◦ green 92 ◦ blue 157

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

Shades of Mulberry #C15C9D

Tints of Mulberry #C15C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 43.67%
G = 20.81%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C15C9D (or 0xC15C9D) is known color: Mulberry. HEX triplet: C1, 5C and 9D. RGB value is (193,92,157). Sum of RGB (Red+Green+Blue) = 193+92+157=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15C9D is #3EA362. Grayscale: #818181. Windows color (decimal): -4105059 or 10312897. OLE color: 10312897.

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

Color convert

RGB 193 92 157 -
CMYK 0 0.52 0.19 0.24
HSL 321.39º 0.45% 0.56% -
HSV(B) 321.39º 0.52% 0.76% -
XYZ 31.91 21.43 34.35 -
YUV 129.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 193 92 157 0 0.52 0.19 0.24 321.39 0.45 0.56
Hex C1 5C 9D 0 34 13 18 141 2D 38
Octal 301 134 235 0 64 23 30 501 55 70
Binary 11000001 1011100 10011101 0 110100 10011 11000 101000001 101101 111000

Color Harmonies of #C15C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C9D

Black with #C15C9D

Text Example


Text Example

White with #C15C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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