Html Css Color HEX #C15C85 Mulberry

📋 copy color: '#C15C85'

red 193 ◦ green 92 ◦ blue 133

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

Shades of Mulberry #C15C85

Tints of Mulberry #C15C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.82%

R = 46.17%
G = 22.01%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C15C85 (or 0xC15C85) is known color: Mulberry. HEX triplet: C1, 5C and 85. RGB value is (193,92,133). Sum of RGB (Red+Green+Blue) = 193+92+133=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15C85 is #3EA37A. Grayscale: #7E7E7E. Windows color (decimal): -4105083 or 8740033. OLE color: 8740033.

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

Color convert

RGB 193 92 133 -
CMYK 0 0.52 0.31 0.24
HSL 335.64º 0.45% 0.56% -
HSV(B) 335.64º 0.52% 0.76% -
XYZ 30.05 20.69 24.6 -
YUV 126.87 131.46 175.17 -
System Red Green Blue C M Y K H S L
Decimal 193 92 133 0 0.52 0.31 0.24 335.64 0.45 0.56
Hex C1 5C 85 0 34 1F 18 150 2D 38
Octal 301 134 205 0 64 37 30 520 55 70
Binary 11000001 1011100 10000101 0 110100 11111 11000 101010000 101101 111000

Color Harmonies of #C15C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C85

Black with #C15C85

Text Example


Text Example

White with #C15C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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