Html Css Color HEX #C64883 Mulberry

📋 copy color: '#C64883'

red 198 ◦ green 72 ◦ blue 131

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

Shades of Mulberry #C64883

Tints of Mulberry #C64883

RGB

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

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

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

R = 49.38%
G = 17.96%
B = 32.67%

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

#C64883 (or 0xC64883) is known color: Mulberry. HEX triplet: C6, 48 and 83. RGB value is (198,72,131). Sum of RGB (Red+Green+Blue) = 198+72+131=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C64883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64883 is #39B77C. Grayscale: #747474. Windows color (decimal): -3782525 or 8603846. OLE color: 8603846.

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

Color convert

RGB 198 72 131 -
CMYK 0 0.64 0.34 0.22
HSL 331.9º 0.53% 0.53% -
HSV(B) 331.9º 0.64% 0.78% -
XYZ 29.7 18.28 23.44 -
YUV 116.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 198 72 131 0 0.64 0.34 0.22 331.9 0.53 0.53
Hex C6 48 83 0 40 22 16 14C 34 35
Octal 306 110 203 0 100 42 26 514 64 65
Binary 11000110 1001000 10000011 0 1000000 100010 10110 101001100 110100 110101

Color Harmonies of #C64883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64883

Black with #C64883

Text Example


Text Example

White with #C64883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64883; }

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

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

background-color css

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

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

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

border-color css

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

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

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