Html Css Color HEX #C7475F Mandy

📋 copy color: '#C7475F'

red 199 ◦ green 71 ◦ blue 95

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

Shades of Mandy #C7475F

Tints of Mandy #C7475F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 54.52%
G = 19.45%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7475F (or 0xC7475F) is known color: Mandy. HEX triplet: C7, 47 and 5F. RGB value is (199,71,95). Sum of RGB (Red+Green+Blue) = 199+71+95=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C7475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7475F is #38B8A0. Grayscale: #707070. Windows color (decimal): -3717281 or 6244295. OLE color: 6244295.

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

Color convert

RGB 199 71 95 -
CMYK 0 0.64 0.52 0.22
HSL 348.75º 0.53% 0.53% -
HSV(B) 348.75º 0.64% 0.78% -
XYZ 27.87 17.47 12.73 -
YUV 112.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 199 71 95 0 0.64 0.52 0.22 348.75 0.53 0.53
Hex C7 47 5F 0 40 34 16 15D 35 35
Octal 307 107 137 0 100 64 26 535 65 65
Binary 11000111 1000111 1011111 0 1000000 110100 10110 101011101 110101 110101

Color Harmonies of #C7475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7475F

Black with #C7475F

Text Example


Text Example

White with #C7475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7475F; }

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

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

background-color css

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

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

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

border-color css

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

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

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