Html Css Color HEX #C64482 Mulberry

📋 copy color: '#C64482'

red 198 ◦ green 68 ◦ blue 130

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

Shades of Mulberry #C64482

Tints of Mulberry #C64482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.17%

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

R = 50%
G = 17.17%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C64482 (or 0xC64482) is known color: Mulberry. HEX triplet: C6, 44 and 82. RGB value is (198,68,130). Sum of RGB (Red+Green+Blue) = 198+68+130=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C64482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64482 is #39BB7D. Grayscale: #717171. Windows color (decimal): -3783550 or 8537286. OLE color: 8537286.

HSL color Cylindrical-coordinate representation of color #C64482: hue angle of 331.38º 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 #C64482 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 68 130 -
CMYK 0 0.66 0.34 0.22
HSL 331.38º 0.53% 0.52% -
HSV(B) 331.38º 0.66% 0.78% -
XYZ 29.39 17.75 23 -
YUV 113.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 198 68 130 0 0.66 0.34 0.22 331.38 0.53 0.52
Hex C6 44 82 0 42 22 16 14B 35 34
Octal 306 104 202 0 102 42 26 513 65 64
Binary 11000110 1000100 10000010 0 1000010 100010 10110 101001011 110101 110100

Color Harmonies of #C64482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64482

Black with #C64482

Text Example


Text Example

White with #C64482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64482; }

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

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

background-color css

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

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

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

border-color css

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

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

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