Html Css Color HEX #C15CA2 Mulberry

📋 copy color: '#C15CA2'

red 193 ◦ green 92 ◦ blue 162

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

Shades of Mulberry #C15CA2

Tints of Mulberry #C15CA2

RGB

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

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

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

R = 43.18%
G = 20.58%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C15CA2 (or 0xC15CA2) is known color: Mulberry. HEX triplet: C1, 5C and A2. RGB value is (193,92,162). Sum of RGB (Red+Green+Blue) = 193+92+162=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C15CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15CA2 is #3EA35D. Grayscale: #828282. Windows color (decimal): -4105054 or 10640577. OLE color: 10640577.

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

Color convert

RGB 193 92 162 -
CMYK 0 0.52 0.16 0.24
HSL 318.42º 0.45% 0.56% -
HSV(B) 318.42º 0.52% 0.76% -
XYZ 32.34 21.6 36.65 -
YUV 130.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 193 92 162 0 0.52 0.16 0.24 318.42 0.45 0.56
Hex C1 5C A2 0 34 10 18 13E 2D 38
Octal 301 134 242 0 64 20 30 476 55 70
Binary 11000001 1011100 10100010 0 110100 10000 11000 100111110 101101 111000

Color Harmonies of #C15CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15CA2

Black with #C15CA2

Text Example


Text Example

White with #C15CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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