Html Css Color HEX #C75E40 Dark Coral

📋 copy color: '#C75E40'

red 199 ◦ green 94 ◦ blue 64

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

Shades of Dark Coral #C75E40

Tints of Dark Coral #C75E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.33%

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

R = 55.74%
G = 26.33%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C75E40 (or 0xC75E40) is known color: Dark Coral. HEX triplet: C7, 5E and 40. RGB value is (199,94,64). Sum of RGB (Red+Green+Blue) = 199+94+64=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75E40 is #38A1BF. Grayscale: #7A7A7A. Windows color (decimal): -3711424 or 4218567. OLE color: 4218567.

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

Color convert

RGB 199 94 64 -
CMYK 0 0.53 0.68 0.22
HSL 13.33º 0.55% 0.52% -
HSV(B) 13.33º 0.68% 0.78% -
XYZ 28.48 20.52 7.31 -
YUV 121.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 199 94 64 0 0.53 0.68 0.22 13.33 0.55 0.52
Hex C7 5E 40 0 35 44 16 D 37 34
Octal 307 136 100 0 65 104 26 15 67 64
Binary 11000111 1011110 1000000 0 110101 1000100 10110 1101 110111 110100

Color Harmonies of #C75E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E40

Black with #C75E40

Text Example


Text Example

White with #C75E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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