Html Css Color HEX #C8497F Mulberry

📋 copy color: '#C8497F'

red 200 ◦ green 73 ◦ blue 127

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

Shades of Mulberry #C8497F

Tints of Mulberry #C8497F

RGB

 RED value IS 200 (78.52% from 255) = 50%

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 50%
G = 18.25%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8497F (or 0xC8497F) is known color: Mulberry. HEX triplet: C8, 49 and 7F. RGB value is (200,73,127). Sum of RGB (Red+Green+Blue) = 200+73+127=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8497F is #37B680. Grayscale: #757575. Windows color (decimal): -3651201 or 8341960. OLE color: 8341960.

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

Color convert

RGB 200 73 127 -
CMYK 0 0.64 0.36 0.22
HSL 334.49º 0.54% 0.54% -
HSV(B) 334.49º 0.64% 0.78% -
XYZ 30.03 18.58 22.08 -
YUV 117.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 200 73 127 0 0.64 0.36 0.22 334.49 0.54 0.54
Hex C8 49 7F 0 40 24 16 14E 36 36
Octal 310 111 177 0 100 44 26 516 66 66
Binary 11001000 1001001 1111111 0 1000000 100100 10110 101001110 110110 110110

Color Harmonies of #C8497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8497F

Black with #C8497F

Text Example


Text Example

White with #C8497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8497F; }

 p { color: rgb(200,73,127); }

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

background-color css

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

 a { background-color: rgb(200,73,127); }

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

border-color css

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

 span { border-color: rgb(200,73,127); }

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