Html Css Color HEX #C64882 Mulberry

📋 copy color: '#C64882'

red 198 ◦ green 72 ◦ blue 130

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

Shades of Mulberry #C64882

Tints of Mulberry #C64882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18%

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

R = 49.5%
G = 18%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C64882 (or 0xC64882) is known color: Mulberry. HEX triplet: C6, 48 and 82. RGB value is (198,72,130). Sum of RGB (Red+Green+Blue) = 198+72+130=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C64882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64882 is #39B77D. Grayscale: #747474. Windows color (decimal): -3782526 or 8538310. OLE color: 8538310.

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

Color convert

RGB 198 72 130 -
CMYK 0 0.64 0.34 0.22
HSL 332.38º 0.53% 0.53% -
HSV(B) 332.38º 0.64% 0.78% -
XYZ 29.64 18.25 23.08 -
YUV 116.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 198 72 130 0 0.64 0.34 0.22 332.38 0.53 0.53
Hex C6 48 82 0 40 22 16 14C 34 35
Octal 306 110 202 0 100 42 26 514 64 65
Binary 11000110 1001000 10000010 0 1000000 100010 10110 101001100 110100 110101

Color Harmonies of #C64882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64882

Black with #C64882

Text Example


Text Example

White with #C64882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64882; }

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

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

background-color css

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

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

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

border-color css

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

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

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