Html Css Color HEX #C153A6 Mulberry

📋 copy color: '#C153A6'

red 193 ◦ green 83 ◦ blue 166

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

Shades of Mulberry #C153A6

Tints of Mulberry #C153A6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.78%

 BLUE value IS 166 (65.23% from 255) = 37.56%

R = 43.67%
G = 18.78%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C153A6 (or 0xC153A6) is known color: Mulberry. HEX triplet: C1, 53 and A6. RGB value is (193,83,166). Sum of RGB (Red+Green+Blue) = 193+83+166=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C153A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C153A6 is #3EAC59. Grayscale: #7D7D7D. Windows color (decimal): -4107354 or 10900417. OLE color: 10900417.

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

Color convert

RGB 193 83 166 -
CMYK 0 0.57 0.14 0.24
HSL 314.73º 0.47% 0.54% -
HSV(B) 314.73º 0.57% 0.76% -
XYZ 31.97 20.28 38.31 -
YUV 125.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 193 83 166 0 0.57 0.14 0.24 314.73 0.47 0.54
Hex C1 53 A6 0 39 E 18 13B 2F 36
Octal 301 123 246 0 71 16 30 473 57 66
Binary 11000001 1010011 10100110 0 111001 1110 11000 100111011 101111 110110

Color Harmonies of #C153A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C153A6

Black with #C153A6

Text Example


Text Example

White with #C153A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C153A6; }

 p { color: rgb(193,83,166); }

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

background-color css

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

 a { background-color: rgb(193,83,166); }

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

border-color css

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

 span { border-color: rgb(193,83,166); }

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