Html Css Color HEX #C7467D Mulberry

📋 copy color: '#C7467D'

red 199 ◦ green 70 ◦ blue 125

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

Shades of Mulberry #C7467D

Tints of Mulberry #C7467D

RGB

 RED value IS 199 (78.13% from 255) = 50.51%

 GREEN value IS 70 (27.73% from 255) = 17.77%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 50.51%
G = 17.77%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7467D (or 0xC7467D) is known color: Mulberry. HEX triplet: C7, 46 and 7D. RGB value is (199,70,125). Sum of RGB (Red+Green+Blue) = 199+70+125=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7467D is #38B982. Grayscale: #727272. Windows color (decimal): -3717507 or 8210119. OLE color: 8210119.

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

Color convert

RGB 199 70 125 -
CMYK 0 0.65 0.37 0.22
HSL 334.42º 0.54% 0.53% -
HSV(B) 334.42º 0.65% 0.78% -
XYZ 29.45 18 21.33 -
YUV 114.84 133.74 188.03 -
System Red Green Blue C M Y K H S L
Decimal 199 70 125 0 0.65 0.37 0.22 334.42 0.54 0.53
Hex C7 46 7D 0 41 25 16 14E 36 35
Octal 307 106 175 0 101 45 26 516 66 65
Binary 11000111 1000110 1111101 0 1000001 100101 10110 101001110 110110 110101

Color Harmonies of #C7467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7467D

Black with #C7467D

Text Example


Text Example

White with #C7467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7467D; }

 p { color: rgb(199,70,125); }

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

background-color css

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

 a { background-color: rgb(199,70,125); }

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

border-color css

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

 span { border-color: rgb(199,70,125); }

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