Html Css Color HEX #C7475B Mandy

📋 copy color: '#C7475B'

red 199 ◦ green 71 ◦ blue 91

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

Shades of Mandy #C7475B

Tints of Mandy #C7475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 55.12%
G = 19.67%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7475B (or 0xC7475B) is known color: Mandy. HEX triplet: C7, 47 and 5B. RGB value is (199,71,91). Sum of RGB (Red+Green+Blue) = 199+71+91=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7475B is #38B8A4. Grayscale: #6F6F6F. Windows color (decimal): -3717285 or 5982151. OLE color: 5982151.

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

Color convert

RGB 199 71 91 -
CMYK 0 0.64 0.54 0.22
HSL 350.63º 0.53% 0.53% -
HSV(B) 350.63º 0.64% 0.78% -
XYZ 27.69 17.4 11.8 -
YUV 111.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 199 71 91 0 0.64 0.54 0.22 350.63 0.53 0.53
Hex C7 47 5B 0 40 36 16 15F 35 35
Octal 307 107 133 0 100 66 26 537 65 65
Binary 11000111 1000111 1011011 0 1000000 110110 10110 101011111 110101 110101

Color Harmonies of #C7475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7475B

Black with #C7475B

Text Example


Text Example

White with #C7475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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