Html Css Color HEX #C65880 Mulberry

📋 copy color: '#C65880'

red 198 ◦ green 88 ◦ blue 128

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

Shades of Mulberry #C65880

Tints of Mulberry #C65880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.26%

 BLUE value IS 128 (50.39% from 255) = 30.92%

R = 47.83%
G = 21.26%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C65880 (or 0xC65880) is known color: Mulberry. HEX triplet: C6, 58 and 80. RGB value is (198,88,128). Sum of RGB (Red+Green+Blue) = 198+88+128=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C65880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65880 is #39A77F. Grayscale: #7D7D7D. Windows color (decimal): -3778432 or 8411334. OLE color: 8411334.

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

Color convert

RGB 198 88 128 -
CMYK 0 0.56 0.35 0.22
HSL 338.18º 0.49% 0.56% -
HSV(B) 338.18º 0.56% 0.78% -
XYZ 30.67 20.54 22.77 -
YUV 125.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 198 88 128 0 0.56 0.35 0.22 338.18 0.49 0.56
Hex C6 58 80 0 38 23 16 152 31 38
Octal 306 130 200 0 70 43 26 522 61 70
Binary 11000110 1011000 10000000 0 111000 100011 10110 101010010 110001 111000

Color Harmonies of #C65880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65880

Black with #C65880

Text Example


Text Example

White with #C65880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65880; }

 p { color: rgb(198,88,128); }

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

background-color css

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

 a { background-color: rgb(198,88,128); }

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

border-color css

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

 span { border-color: rgb(198,88,128); }

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