Html Css Color HEX #C64483 Mulberry

📋 copy color: '#C64483'

red 198 ◦ green 68 ◦ blue 131

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

Shades of Mulberry #C64483

Tints of Mulberry #C64483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33%

R = 49.87%
G = 17.13%
B = 33%

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

#C64483 (or 0xC64483) is known color: Mulberry. HEX triplet: C6, 44 and 83. RGB value is (198,68,131). Sum of RGB (Red+Green+Blue) = 198+68+131=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C64483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64483 is #39BB7C. Grayscale: #717171. Windows color (decimal): -3783549 or 8602822. OLE color: 8602822.

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

Color convert

RGB 198 68 131 -
CMYK 0 0.66 0.34 0.22
HSL 330.92º 0.53% 0.52% -
HSV(B) 330.92º 0.66% 0.78% -
XYZ 29.45 17.78 23.35 -
YUV 114.05 137.57 187.88 -
System Red Green Blue C M Y K H S L
Decimal 198 68 131 0 0.66 0.34 0.22 330.92 0.53 0.52
Hex C6 44 83 0 42 22 16 14B 35 34
Octal 306 104 203 0 102 42 26 513 65 64
Binary 11000110 1000100 10000011 0 1000010 100010 10110 101001011 110101 110100

Color Harmonies of #C64483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64483

Black with #C64483

Text Example


Text Example

White with #C64483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64483; }

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

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

background-color css

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

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

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

border-color css

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

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

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