Html Css Color HEX #C75540 Dark Coral

📋 copy color: '#C75540'

red 199 ◦ green 85 ◦ blue 64

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

Shades of Dark Coral #C75540

Tints of Dark Coral #C75540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

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

R = 57.18%
G = 24.43%
B = 18.39%

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

#C75540 (or 0xC75540) is known color: Dark Coral. HEX triplet: C7, 55 and 40. RGB value is (199,85,64). Sum of RGB (Red+Green+Blue) = 199+85+64=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C75540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75540 is #38AABF. Grayscale: #747474. Windows color (decimal): -3713728 or 4216263. OLE color: 4216263.

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

Color convert

RGB 199 85 64 -
CMYK 0 0.57 0.68 0.22
HSL 9.33º 0.55% 0.52% -
HSV(B) 9.33º 0.68% 0.78% -
XYZ 27.73 19.01 7.06 -
YUV 116.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 199 85 64 0 0.57 0.68 0.22 9.33 0.55 0.52
Hex C7 55 40 0 39 44 16 9 37 34
Octal 307 125 100 0 71 104 26 11 67 64
Binary 11000111 1010101 1000000 0 111001 1000100 10110 1001 110111 110100

Color Harmonies of #C75540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75540

Black with #C75540

Text Example


Text Example

White with #C75540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75540; }

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

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

background-color css

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

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

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

border-color css

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

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

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