Html Css Color HEX #C65D8D Mulberry

📋 copy color: '#C65D8D'

red 198 ◦ green 93 ◦ blue 141

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

Shades of Mulberry #C65D8D

Tints of Mulberry #C65D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.53%

 BLUE value IS 141 (55.47% from 255) = 32.64%

R = 45.83%
G = 21.53%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C65D8D (or 0xC65D8D) is known color: Mulberry. HEX triplet: C6, 5D and 8D. RGB value is (198,93,141). Sum of RGB (Red+Green+Blue) = 198+93+141=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65D8D is #39A272. Grayscale: #818181. Windows color (decimal): -3777139 or 9264582. OLE color: 9264582.

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

Color convert

RGB 198 93 141 -
CMYK 0 0.53 0.29 0.22
HSL 332.57º 0.48% 0.57% -
HSV(B) 332.57º 0.53% 0.78% -
XYZ 32.01 21.76 27.71 -
YUV 129.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 198 93 141 0 0.53 0.29 0.22 332.57 0.48 0.57
Hex C6 5D 8D 0 35 1D 16 14D 30 39
Octal 306 135 215 0 65 35 26 515 60 71
Binary 11000110 1011101 10001101 0 110101 11101 10110 101001101 110000 111001

Color Harmonies of #C65D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D8D

Black with #C65D8D

Text Example


Text Example

White with #C65D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D8D; }

 p { color: rgb(198,93,141); }

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

background-color css

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

 a { background-color: rgb(198,93,141); }

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

border-color css

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

 span { border-color: rgb(198,93,141); }

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