Html Css Color HEX #C75642 Dark Coral

📋 copy color: '#C75642'

red 199 ◦ green 86 ◦ blue 66

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

Shades of Dark Coral #C75642

Tints of Dark Coral #C75642

RGB

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

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

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

R = 56.7%
G = 24.5%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C75642 (or 0xC75642) is known color: Dark Coral. HEX triplet: C7, 56 and 42. RGB value is (199,86,66). Sum of RGB (Red+Green+Blue) = 199+86+66=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C75642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75642 is #38A9BD. Grayscale: #757575. Windows color (decimal): -3713470 or 4347591. OLE color: 4347591.

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

Color convert

RGB 199 86 66 -
CMYK 0 0.57 0.67 0.22
HSL 9.02º 0.54% 0.52% -
HSV(B) 9.02º 0.67% 0.78% -
XYZ 27.86 19.19 7.39 -
YUV 117.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 199 86 66 0 0.57 0.67 0.22 9.02 0.54 0.52
Hex C7 56 42 0 39 43 16 9 36 34
Octal 307 126 102 0 71 103 26 11 66 64
Binary 11000111 1010110 1000010 0 111001 1000011 10110 1001 110110 110100

Color Harmonies of #C75642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75642

Black with #C75642

Text Example


Text Example

White with #C75642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75642; }

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

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

background-color css

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

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

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

border-color css

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

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

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