Html Css Color HEX #C7477D Mulberry

📋 copy color: '#C7477D'

red 199 ◦ green 71 ◦ blue 125

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

Shades of Mulberry #C7477D

Tints of Mulberry #C7477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.97%

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

R = 50.38%
G = 17.97%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7477D (or 0xC7477D) is known color: Mulberry. HEX triplet: C7, 47 and 7D. RGB value is (199,71,125). Sum of RGB (Red+Green+Blue) = 199+71+125=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7477D is #38B882. Grayscale: #737373. Windows color (decimal): -3717251 or 8210375. OLE color: 8210375.

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

Color convert

RGB 199 71 125 -
CMYK 0 0.64 0.37 0.22
HSL 334.69º 0.53% 0.53% -
HSV(B) 334.69º 0.64% 0.78% -
XYZ 29.51 18.13 21.35 -
YUV 115.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 199 71 125 0 0.64 0.37 0.22 334.69 0.53 0.53
Hex C7 47 7D 0 40 25 16 14F 35 35
Octal 307 107 175 0 100 45 26 517 65 65
Binary 11000111 1000111 1111101 0 1000000 100101 10110 101001111 110101 110101

Color Harmonies of #C7477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7477D

Black with #C7477D

Text Example


Text Example

White with #C7477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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