Html Css Color HEX #C64380 Mulberry

📋 copy color: '#C64380'

red 198 ◦ green 67 ◦ blue 128

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

Shades of Mulberry #C64380

Tints of Mulberry #C64380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.05%

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

R = 50.38%
G = 17.05%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C64380 (or 0xC64380) is known color: Mulberry. HEX triplet: C6, 43 and 80. RGB value is (198,67,128). Sum of RGB (Red+Green+Blue) = 198+67+128=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C64380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64380 is #39BC7F. Grayscale: #717171. Windows color (decimal): -3783808 or 8405958. OLE color: 8405958.

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

Color convert

RGB 198 67 128 -
CMYK 0 0.66 0.35 0.22
HSL 332.06º 0.53% 0.52% -
HSV(B) 332.06º 0.66% 0.78% -
XYZ 29.19 17.58 22.28 -
YUV 113.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 198 67 128 0 0.66 0.35 0.22 332.06 0.53 0.52
Hex C6 43 80 0 42 23 16 14C 35 34
Octal 306 103 200 0 102 43 26 514 65 64
Binary 11000110 1000011 10000000 0 1000010 100011 10110 101001100 110101 110100

Color Harmonies of #C64380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64380

Black with #C64380

Text Example


Text Example

White with #C64380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64380; }

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

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

background-color css

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

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

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

border-color css

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

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

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