Html Css Color HEX #C7485D Mandy

📋 copy color: '#C7485D'

red 199 ◦ green 72 ◦ blue 93

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

Shades of Mandy #C7485D

Tints of Mandy #C7485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 54.67%
G = 19.78%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7485D (or 0xC7485D) is known color: Mandy. HEX triplet: C7, 48 and 5D. RGB value is (199,72,93). Sum of RGB (Red+Green+Blue) = 199+72+93=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7485D is #38B7A2. Grayscale: #707070. Windows color (decimal): -3717027 or 6113479. OLE color: 6113479.

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

Color convert

RGB 199 72 93 -
CMYK 0 0.64 0.53 0.22
HSL 350.08º 0.53% 0.53% -
HSV(B) 350.08º 0.64% 0.78% -
XYZ 27.85 17.57 12.28 -
YUV 112.37 117.08 189.79 -
System Red Green Blue C M Y K H S L
Decimal 199 72 93 0 0.64 0.53 0.22 350.08 0.53 0.53
Hex C7 48 5D 0 40 35 16 15E 35 35
Octal 307 110 135 0 100 65 26 536 65 65
Binary 11000111 1001000 1011101 0 1000000 110101 10110 101011110 110101 110101

Color Harmonies of #C7485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7485D

Black with #C7485D

Text Example


Text Example

White with #C7485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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