Html Css Color HEX #C65298 Mulberry

📋 copy color: '#C65298'

red 198 ◦ green 82 ◦ blue 152

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

Shades of Mulberry #C65298

Tints of Mulberry #C65298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.98%

 BLUE value IS 152 (59.77% from 255) = 35.19%

R = 45.83%
G = 18.98%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C65298 (or 0xC65298) is known color: Mulberry. HEX triplet: C6, 52 and 98. RGB value is (198,82,152). Sum of RGB (Red+Green+Blue) = 198+82+152=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C65298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65298 is #39AD67. Grayscale: #7C7C7C. Windows color (decimal): -3779944 or 9982662. OLE color: 9982662.

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

Color convert

RGB 198 82 152 -
CMYK 0 0.59 0.23 0.22
HSL 323.79º 0.5% 0.55% -
HSV(B) 323.79º 0.59% 0.78% -
XYZ 31.97 20.31 31.94 -
YUV 124.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 198 82 152 0 0.59 0.23 0.22 323.79 0.5 0.55
Hex C6 52 98 0 3B 17 16 144 32 37
Octal 306 122 230 0 73 27 26 504 62 67
Binary 11000110 1010010 10011000 0 111011 10111 10110 101000100 110010 110111

Color Harmonies of #C65298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65298

Black with #C65298

Text Example


Text Example

White with #C65298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65298; }

 p { color: rgb(198,82,152); }

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

background-color css

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

 a { background-color: rgb(198,82,152); }

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

border-color css

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

 span { border-color: rgb(198,82,152); }

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