Html Css Color HEX #C75640 Dark Coral

📋 copy color: '#C75640'

red 199 ◦ green 86 ◦ blue 64

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

Shades of Dark Coral #C75640

Tints of Dark Coral #C75640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.64%

 BLUE value IS 64 (25.39% from 255) = 18.34%

R = 57.02%
G = 24.64%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C75640 (or 0xC75640) is known color: Dark Coral. HEX triplet: C7, 56 and 40. RGB value is (199,86,64). Sum of RGB (Red+Green+Blue) = 199+86+64=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C75640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75640 is #38A9BF. Grayscale: #757575. Windows color (decimal): -3713472 or 4216519. OLE color: 4216519.

HSL color Cylindrical-coordinate representation of color #C75640: hue angle of 9.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C75640 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 86 64 -
CMYK 0 0.57 0.68 0.22
HSL 9.78º 0.55% 0.52% -
HSV(B) 9.78º 0.68% 0.78% -
XYZ 27.81 19.17 7.08 -
YUV 117.28 97.94 186.29 -
System Red Green Blue C M Y K H S L
Decimal 199 86 64 0 0.57 0.68 0.22 9.78 0.55 0.52
Hex C7 56 40 0 39 44 16 A 37 34
Octal 307 126 100 0 71 104 26 12 67 64
Binary 11000111 1010110 1000000 0 111001 1000100 10110 1010 110111 110100

Color Harmonies of #C75640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75640

Black with #C75640

Text Example


Text Example

White with #C75640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75640; }

 p { color: rgb(199,86,64); }

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

background-color css

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

 a { background-color: rgb(199,86,64); }

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

border-color css

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

 span { border-color: rgb(199,86,64); }

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