Html Css Color HEX #C7485C Mandy

📋 copy color: '#C7485C'

red 199 ◦ green 72 ◦ blue 92

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

Shades of Mandy #C7485C

Tints of Mandy #C7485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 54.82%
G = 19.83%
B = 25.34%

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

#C7485C (or 0xC7485C) is known color: Mandy. HEX triplet: C7, 48 and 5C. RGB value is (199,72,92). Sum of RGB (Red+Green+Blue) = 199+72+92=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7485C is #38B7A3. Grayscale: #707070. Windows color (decimal): -3717028 or 6047943. OLE color: 6047943.

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

Color convert

RGB 199 72 92 -
CMYK 0 0.64 0.54 0.22
HSL 350.55º 0.53% 0.53% -
HSV(B) 350.55º 0.64% 0.78% -
XYZ 27.8 17.55 12.05 -
YUV 112.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 199 72 92 0 0.64 0.54 0.22 350.55 0.53 0.53
Hex C7 48 5C 0 40 36 16 15F 35 35
Octal 307 110 134 0 100 66 26 537 65 65
Binary 11000111 1001000 1011100 0 1000000 110110 10110 101011111 110101 110101

Color Harmonies of #C7485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7485C

Black with #C7485C

Text Example


Text Example

White with #C7485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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