Html Css Color HEX #C7485A Mandy

📋 copy color: '#C7485A'

red 199 ◦ green 72 ◦ blue 90

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

Shades of Mandy #C7485A

Tints of Mandy #C7485A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

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

R = 55.12%
G = 19.94%
B = 24.93%

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

#C7485A (or 0xC7485A) is known color: Mandy. HEX triplet: C7, 48 and 5A. RGB value is (199,72,90). Sum of RGB (Red+Green+Blue) = 199+72+90=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7485A is #38B7A5. Grayscale: #707070. Windows color (decimal): -3717030 or 5916871. OLE color: 5916871.

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

Color convert

RGB 199 72 90 -
CMYK 0 0.64 0.55 0.22
HSL 351.5º 0.53% 0.53% -
HSV(B) 351.5º 0.64% 0.78% -
XYZ 27.72 17.52 11.59 -
YUV 112.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 199 72 90 0 0.64 0.55 0.22 351.5 0.53 0.53
Hex C7 48 5A 0 40 37 16 15F 35 35
Octal 307 110 132 0 100 67 26 537 65 65
Binary 11000111 1001000 1011010 0 1000000 110111 10110 101011111 110101 110101

Color Harmonies of #C7485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7485A

Black with #C7485A

Text Example


Text Example

White with #C7485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7485A; }

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

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

background-color css

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

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

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

border-color css

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

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

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