Html Css Color HEX #C65196 Mulberry

📋 copy color: '#C65196'

red 198 ◦ green 81 ◦ blue 150

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

Shades of Mulberry #C65196

Tints of Mulberry #C65196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 46.15%
G = 18.88%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C65196 (or 0xC65196) is known color: Mulberry. HEX triplet: C6, 51 and 96. RGB value is (198,81,150). Sum of RGB (Red+Green+Blue) = 198+81+150=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C65196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65196 is #39AE69. Grayscale: #7B7B7B. Windows color (decimal): -3780202 or 9851334. OLE color: 9851334.

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

Color convert

RGB 198 81 150 -
CMYK 0 0.59 0.24 0.22
HSL 324.62º 0.51% 0.55% -
HSV(B) 324.62º 0.59% 0.78% -
XYZ 31.74 20.09 31.06 -
YUV 123.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 198 81 150 0 0.59 0.24 0.22 324.62 0.51 0.55
Hex C6 51 96 0 3B 18 16 145 33 37
Octal 306 121 226 0 73 30 26 505 63 67
Binary 11000110 1010001 10010110 0 111011 11000 10110 101000101 110011 110111

Color Harmonies of #C65196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65196

Black with #C65196

Text Example


Text Example

White with #C65196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65196; }

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

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

background-color css

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

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

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

border-color css

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

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

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