Html Css Color HEX #C65982 Mulberry

📋 copy color: '#C65982'

red 198 ◦ green 89 ◦ blue 130

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

Shades of Mulberry #C65982

Tints of Mulberry #C65982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 47.48%
G = 21.34%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C65982 (or 0xC65982) is known color: Mulberry. HEX triplet: C6, 59 and 82. RGB value is (198,89,130). Sum of RGB (Red+Green+Blue) = 198+89+130=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C65982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65982 is #39A67D. Grayscale: #7E7E7E. Windows color (decimal): -3778174 or 8542662. OLE color: 8542662.

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

Color convert

RGB 198 89 130 -
CMYK 0 0.55 0.34 0.22
HSL 337.43º 0.49% 0.56% -
HSV(B) 337.43º 0.55% 0.78% -
XYZ 30.89 20.76 23.5 -
YUV 126.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 198 89 130 0 0.55 0.34 0.22 337.43 0.49 0.56
Hex C6 59 82 0 37 22 16 151 31 38
Octal 306 131 202 0 67 42 26 521 61 70
Binary 11000110 1011001 10000010 0 110111 100010 10110 101010001 110001 111000

Color Harmonies of #C65982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65982

Black with #C65982

Text Example


Text Example

White with #C65982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65982; }

 p { color: rgb(198,89,130); }

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

background-color css

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

 a { background-color: rgb(198,89,130); }

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

border-color css

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

 span { border-color: rgb(198,89,130); }

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