Html Css Color HEX #C75440 Dark Coral

📋 copy color: '#C75440'

red 199 ◦ green 84 ◦ blue 64

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

Shades of Dark Coral #C75440

Tints of Dark Coral #C75440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.21%

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

R = 57.35%
G = 24.21%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C75440 (or 0xC75440) is known color: Dark Coral. HEX triplet: C7, 54 and 40. RGB value is (199,84,64). Sum of RGB (Red+Green+Blue) = 199+84+64=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C75440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75440 is #38ABBF. Grayscale: #747474. Windows color (decimal): -3713984 or 4216007. OLE color: 4216007.

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

Color convert

RGB 199 84 64 -
CMYK 0 0.58 0.68 0.22
HSL 8.89º 0.55% 0.52% -
HSV(B) 8.89º 0.68% 0.78% -
XYZ 27.65 18.85 7.03 -
YUV 116.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 199 84 64 0 0.58 0.68 0.22 8.89 0.55 0.52
Hex C7 54 40 0 3A 44 16 9 37 34
Octal 307 124 100 0 72 104 26 11 67 64
Binary 11000111 1010100 1000000 0 111010 1000100 10110 1001 110111 110100

Color Harmonies of #C75440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75440

Black with #C75440

Text Example


Text Example

White with #C75440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75440; }

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

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

background-color css

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

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

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

border-color css

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

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

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