Html Css Color HEX #C64080 Mulberry

📋 copy color: '#C64080'

red 198 ◦ green 64 ◦ blue 128

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

Shades of Mulberry #C64080

Tints of Mulberry #C64080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 50.77%
G = 16.41%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C64080 (or 0xC64080) is known color: Mulberry. HEX triplet: C6, 40 and 80. RGB value is (198,64,128). Sum of RGB (Red+Green+Blue) = 198+64+128=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C64080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64080 is #39BF7F. Grayscale: #6F6F6F. Windows color (decimal): -3784576 or 8405190. OLE color: 8405190.

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

Color convert

RGB 198 64 128 -
CMYK 0 0.68 0.35 0.22
HSL 331.34º 0.54% 0.51% -
HSV(B) 331.34º 0.68% 0.78% -
XYZ 29.02 17.23 22.22 -
YUV 111.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 198 64 128 0 0.68 0.35 0.22 331.34 0.54 0.51
Hex C6 40 80 0 44 23 16 14B 36 33
Octal 306 100 200 0 104 43 26 513 66 63
Binary 11000110 1000000 10000000 0 1000100 100011 10110 101001011 110110 110011

Color Harmonies of #C64080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64080

Black with #C64080

Text Example


Text Example

White with #C64080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64080; }

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

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

background-color css

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

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

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

border-color css

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

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

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