Html Css Color HEX #C158A2 Mulberry

📋 copy color: '#C158A2'

red 193 ◦ green 88 ◦ blue 162

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

Shades of Mulberry #C158A2

Tints of Mulberry #C158A2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

 BLUE value IS 162 (63.67% from 255) = 36.57%

R = 43.57%
G = 19.86%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C158A2 (or 0xC158A2) is known color: Mulberry. HEX triplet: C1, 58 and A2. RGB value is (193,88,162). Sum of RGB (Red+Green+Blue) = 193+88+162=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C158A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C158A2 is #3EA75D. Grayscale: #7F7F7F. Windows color (decimal): -4106078 or 10639553. OLE color: 10639553.

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

Color convert

RGB 193 88 162 -
CMYK 0 0.54 0.16 0.24
HSL 317.71º 0.46% 0.55% -
HSV(B) 317.71º 0.54% 0.76% -
XYZ 32 20.93 36.53 -
YUV 127.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 193 88 162 0 0.54 0.16 0.24 317.71 0.46 0.55
Hex C1 58 A2 0 36 10 18 13E 2E 37
Octal 301 130 242 0 66 20 30 476 56 67
Binary 11000001 1011000 10100010 0 110110 10000 11000 100111110 101110 110111

Color Harmonies of #C158A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C158A2

Black with #C158A2

Text Example


Text Example

White with #C158A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C158A2; }

 p { color: rgb(193,88,162); }

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

background-color css

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

 a { background-color: rgb(193,88,162); }

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

border-color css

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

 span { border-color: rgb(193,88,162); }

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