Html Css Color HEX #C65596 Mulberry

📋 copy color: '#C65596'

red 198 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #C65596

Tints of Mulberry #C65596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

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

R = 45.73%
G = 19.63%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C65596 (or 0xC65596) is known color: Mulberry. HEX triplet: C6, 55 and 96. RGB value is (198,85,150). Sum of RGB (Red+Green+Blue) = 198+85+150=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C65596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65596 is #39AA69. Grayscale: #7E7E7E. Windows color (decimal): -3779178 or 9852358. OLE color: 9852358.

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

Color convert

RGB 198 85 150 -
CMYK 0 0.57 0.24 0.22
HSL 325.49º 0.5% 0.55% -
HSV(B) 325.49º 0.57% 0.78% -
XYZ 32.04 20.7 31.16 -
YUV 126.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 198 85 150 0 0.57 0.24 0.22 325.49 0.5 0.55
Hex C6 55 96 0 39 18 16 145 32 37
Octal 306 125 226 0 71 30 26 505 62 67
Binary 11000110 1010101 10010110 0 111001 11000 10110 101000101 110010 110111

Color Harmonies of #C65596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65596

Black with #C65596

Text Example


Text Example

White with #C65596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65596; }

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

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

background-color css

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

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

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

border-color css

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

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

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