Html Css Color HEX #C15485 Mulberry

📋 copy color: '#C15485'

red 193 ◦ green 84 ◦ blue 133

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

Shades of Mulberry #C15485

Tints of Mulberry #C15485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.49%

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

R = 47.07%
G = 20.49%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C15485 (or 0xC15485) is known color: Mulberry. HEX triplet: C1, 54 and 85. RGB value is (193,84,133). Sum of RGB (Red+Green+Blue) = 193+84+133=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C15485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15485 is #3EAB7A. Grayscale: #7A7A7A. Windows color (decimal): -4107131 or 8737985. OLE color: 8737985.

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

Color convert

RGB 193 84 133 -
CMYK 0 0.56 0.31 0.24
HSL 333.03º 0.47% 0.54% -
HSV(B) 333.03º 0.56% 0.76% -
XYZ 29.4 19.37 24.38 -
YUV 122.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 193 84 133 0 0.56 0.31 0.24 333.03 0.47 0.54
Hex C1 54 85 0 38 1F 18 14D 2F 36
Octal 301 124 205 0 70 37 30 515 57 66
Binary 11000001 1010100 10000101 0 111000 11111 11000 101001101 101111 110110

Color Harmonies of #C15485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15485

Black with #C15485

Text Example


Text Example

White with #C15485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15485; }

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

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

background-color css

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

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

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

border-color css

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

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

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