Html Css Color HEX #C7585D Mandy

📋 copy color: '#C7585D'

red 199 ◦ green 88 ◦ blue 93

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

Shades of Mandy #C7585D

Tints of Mandy #C7585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.16%

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

R = 52.37%
G = 23.16%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7585D (or 0xC7585D) is known color: Mandy. HEX triplet: C7, 58 and 5D. RGB value is (199,88,93). Sum of RGB (Red+Green+Blue) = 199+88+93=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7585D is #38A7A2. Grayscale: #797979. Windows color (decimal): -3712931 or 6117575. OLE color: 6117575.

HSL color Cylindrical-coordinate representation of color #C7585D: hue angle of 357.3º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7585D is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 88 93 -
CMYK 0 0.56 0.53 0.22
HSL 357.3º 0.5% 0.56% -
HSV(B) 357.3º 0.56% 0.78% -
XYZ 29.02 19.91 12.67 -
YUV 121.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 199 88 93 0 0.56 0.53 0.22 357.3 0.5 0.56
Hex C7 58 5D 0 38 35 16 165 32 38
Octal 307 130 135 0 70 65 26 545 62 70
Binary 11000111 1011000 1011101 0 111000 110101 10110 101100101 110010 111000

Color Harmonies of #C7585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7585D

Black with #C7585D

Text Example


Text Example

White with #C7585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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