Html Css Color HEX #C7475A Mandy

📋 copy color: '#C7475A'

red 199 ◦ green 71 ◦ blue 90

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

Shades of Mandy #C7475A

Tints of Mandy #C7475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25%

R = 55.28%
G = 19.72%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7475A (or 0xC7475A) is known color: Mandy. HEX triplet: C7, 47 and 5A. RGB value is (199,71,90). Sum of RGB (Red+Green+Blue) = 199+71+90=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7475A is #38B8A5. Grayscale: #6F6F6F. Windows color (decimal): -3717286 or 5916615. OLE color: 5916615.

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

Color convert

RGB 199 71 90 -
CMYK 0 0.64 0.55 0.22
HSL 351.09º 0.53% 0.53% -
HSV(B) 351.09º 0.64% 0.78% -
XYZ 27.65 17.39 11.57 -
YUV 111.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 199 71 90 0 0.64 0.55 0.22 351.09 0.53 0.53
Hex C7 47 5A 0 40 37 16 15F 35 35
Octal 307 107 132 0 100 67 26 537 65 65
Binary 11000111 1000111 1011010 0 1000000 110111 10110 101011111 110101 110101

Color Harmonies of #C7475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7475A

Black with #C7475A

Text Example


Text Example

White with #C7475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7475A; }

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

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

background-color css

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

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

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

border-color css

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

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

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