Html Css Color HEX #C64383 Mulberry

📋 copy color: '#C64383'

red 198 ◦ green 67 ◦ blue 131

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

Shades of Mulberry #C64383

Tints of Mulberry #C64383

RGB

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

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

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

R = 50%
G = 16.92%
B = 33.08%

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

#C64383 (or 0xC64383) is known color: Mulberry. HEX triplet: C6, 43 and 83. RGB value is (198,67,131). Sum of RGB (Red+Green+Blue) = 198+67+131=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C64383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64383 is #39BC7C. Grayscale: #717171. Windows color (decimal): -3783805 or 8602566. OLE color: 8602566.

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

Color convert

RGB 198 67 131 -
CMYK 0 0.66 0.34 0.22
HSL 330.69º 0.53% 0.52% -
HSV(B) 330.69º 0.66% 0.78% -
XYZ 29.39 17.66 23.33 -
YUV 113.47 137.9 188.3 -
System Red Green Blue C M Y K H S L
Decimal 198 67 131 0 0.66 0.34 0.22 330.69 0.53 0.52
Hex C6 43 83 0 42 22 16 14B 35 34
Octal 306 103 203 0 102 42 26 513 65 64
Binary 11000110 1000011 10000011 0 1000010 100010 10110 101001011 110101 110100

Color Harmonies of #C64383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64383

Black with #C64383

Text Example


Text Example

White with #C64383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64383; }

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

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

background-color css

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

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

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

border-color css

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

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

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