Html Css Color HEX #C75742 Dark Coral

📋 copy color: '#C75742'

red 199 ◦ green 87 ◦ blue 66

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

Shades of Dark Coral #C75742

Tints of Dark Coral #C75742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.72%

 BLUE value IS 66 (26.17% from 255) = 18.75%

R = 56.53%
G = 24.72%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C75742 (or 0xC75742) is known color: Dark Coral. HEX triplet: C7, 57 and 42. RGB value is (199,87,66). Sum of RGB (Red+Green+Blue) = 199+87+66=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C75742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75742 is #38A8BD. Grayscale: #767676. Windows color (decimal): -3713214 or 4347847. OLE color: 4347847.

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

Color convert

RGB 199 87 66 -
CMYK 0 0.56 0.67 0.22
HSL 9.47º 0.54% 0.52% -
HSV(B) 9.47º 0.67% 0.78% -
XYZ 27.94 19.35 7.42 -
YUV 118.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 199 87 66 0 0.56 0.67 0.22 9.47 0.54 0.52
Hex C7 57 42 0 38 43 16 9 36 34
Octal 307 127 102 0 70 103 26 11 66 64
Binary 11000111 1010111 1000010 0 111000 1000011 10110 1001 110110 110100

Color Harmonies of #C75742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75742

Black with #C75742

Text Example


Text Example

White with #C75742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75742; }

 p { color: rgb(199,87,66); }

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

background-color css

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

 a { background-color: rgb(199,87,66); }

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

border-color css

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

 span { border-color: rgb(199,87,66); }

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