Html Css Color HEX #C64983 Mulberry

📋 copy color: '#C64983'

red 198 ◦ green 73 ◦ blue 131

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

Shades of Mulberry #C64983

Tints of Mulberry #C64983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.16%

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

R = 49.25%
G = 18.16%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C64983 (or 0xC64983) is known color: Mulberry. HEX triplet: C6, 49 and 83. RGB value is (198,73,131). Sum of RGB (Red+Green+Blue) = 198+73+131=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C64983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64983 is #39B67C. Grayscale: #747474. Windows color (decimal): -3782269 or 8604102. OLE color: 8604102.

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

Color convert

RGB 198 73 131 -
CMYK 0 0.63 0.34 0.22
HSL 332.16º 0.52% 0.53% -
HSV(B) 332.16º 0.63% 0.78% -
XYZ 29.77 18.41 23.46 -
YUV 116.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 198 73 131 0 0.63 0.34 0.22 332.16 0.52 0.53
Hex C6 49 83 0 3F 22 16 14C 34 35
Octal 306 111 203 0 77 42 26 514 64 65
Binary 11000110 1001001 10000011 0 111111 100010 10110 101001100 110100 110101

Color Harmonies of #C64983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64983

Black with #C64983

Text Example


Text Example

White with #C64983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64983; }

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

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

background-color css

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

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

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

border-color css

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

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

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