Html Css Color HEX #C65193 Mulberry

📋 copy color: '#C65193'

red 198 ◦ green 81 ◦ blue 147

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

Shades of Mulberry #C65193

Tints of Mulberry #C65193

RGB

 RED value IS 198 (77.73% from 255) = 46.48%

 GREEN value IS 81 (32.03% from 255) = 19.01%

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 46.48%
G = 19.01%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C65193 (or 0xC65193) is known color: Mulberry. HEX triplet: C6, 51 and 93. RGB value is (198,81,147). Sum of RGB (Red+Green+Blue) = 198+81+147=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C65193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65193 is #39AE6C. Grayscale: #7B7B7B. Windows color (decimal): -3780205 or 9654726. OLE color: 9654726.

HSL color Cylindrical-coordinate representation of color #C65193: hue angle of 326.15º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65193 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 81 147 -
CMYK 0 0.59 0.26 0.22
HSL 326.15º 0.51% 0.55% -
HSV(B) 326.15º 0.59% 0.78% -
XYZ 31.5 20 29.8 -
YUV 123.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 198 81 147 0 0.59 0.26 0.22 326.15 0.51 0.55
Hex C6 51 93 0 3B 1A 16 146 33 37
Octal 306 121 223 0 73 32 26 506 63 67
Binary 11000110 1010001 10010011 0 111011 11010 10110 101000110 110011 110111

Color Harmonies of #C65193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65193

Black with #C65193

Text Example


Text Example

White with #C65193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65193; }

 p { color: rgb(198,81,147); }

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

background-color css

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

 a { background-color: rgb(198,81,147); }

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

border-color css

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

 span { border-color: rgb(198,81,147); }

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