Html Css Color HEX #C15BA4 Mulberry

📋 copy color: '#C15BA4'

red 193 ◦ green 91 ◦ blue 164

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

Shades of Mulberry #C15BA4

Tints of Mulberry #C15BA4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.31%

 BLUE value IS 164 (64.45% from 255) = 36.61%

R = 43.08%
G = 20.31%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C15BA4 (or 0xC15BA4) is known color: Mulberry. HEX triplet: C1, 5B and A4. RGB value is (193,91,164). Sum of RGB (Red+Green+Blue) = 193+91+164=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C15BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15BA4 is #3EA45B. Grayscale: #818181. Windows color (decimal): -4105308 or 10771393. OLE color: 10771393.

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

Color convert

RGB 193 91 164 -
CMYK 0 0.53 0.15 0.24
HSL 317.06º 0.45% 0.56% -
HSV(B) 317.06º 0.53% 0.76% -
XYZ 32.43 21.5 37.56 -
YUV 129.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 193 91 164 0 0.53 0.15 0.24 317.06 0.45 0.56
Hex C1 5B A4 0 35 F 18 13D 2D 38
Octal 301 133 244 0 65 17 30 475 55 70
Binary 11000001 1011011 10100100 0 110101 1111 11000 100111101 101101 111000

Color Harmonies of #C15BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15BA4

Black with #C15BA4

Text Example


Text Example

White with #C15BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15BA4; }

 p { color: rgb(193,91,164); }

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

background-color css

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

 a { background-color: rgb(193,91,164); }

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

border-color css

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

 span { border-color: rgb(193,91,164); }

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