Html Css Color HEX #C15696 Mulberry

📋 copy color: '#C15696'

red 193 ◦ green 86 ◦ blue 150

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

Shades of Mulberry #C15696

Tints of Mulberry #C15696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.05%

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 44.99%
G = 20.05%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C15696 (or 0xC15696) is known color: Mulberry. HEX triplet: C1, 56 and 96. RGB value is (193,86,150). Sum of RGB (Red+Green+Blue) = 193+86+150=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C15696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15696 is #3EA969. Grayscale: #7D7D7D. Windows color (decimal): -4106602 or 9852609. OLE color: 9852609.

HSL color Cylindrical-coordinate representation of color #C15696: hue angle of 324.11º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15696 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 86 150 -
CMYK 0 0.55 0.22 0.24
HSL 324.11º 0.46% 0.55% -
HSV(B) 324.11º 0.55% 0.76% -
XYZ 30.83 20.2 31.13 -
YUV 125.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 193 86 150 0 0.55 0.22 0.24 324.11 0.46 0.55
Hex C1 56 96 0 37 16 18 144 2E 37
Octal 301 126 226 0 67 26 30 504 56 67
Binary 11000001 1010110 10010110 0 110111 10110 11000 101000100 101110 110111

Color Harmonies of #C15696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15696

Black with #C15696

Text Example


Text Example

White with #C15696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15696; }

 p { color: rgb(193,86,150); }

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

background-color css

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

 a { background-color: rgb(193,86,150); }

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

border-color css

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

 span { border-color: rgb(193,86,150); }

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