Html Css Color HEX #C75240 Dark Coral

📋 copy color: '#C75240'

red 199 ◦ green 82 ◦ blue 64

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

Shades of Dark Coral #C75240

Tints of Dark Coral #C75240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.77%

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

R = 57.68%
G = 23.77%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C75240 (or 0xC75240) is known color: Dark Coral. HEX triplet: C7, 52 and 40. RGB value is (199,82,64). Sum of RGB (Red+Green+Blue) = 199+82+64=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C75240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75240 is #38ADBF. Grayscale: #737373. Windows color (decimal): -3714496 or 4215495. OLE color: 4215495.

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

Color convert

RGB 199 82 64 -
CMYK 0 0.59 0.68 0.22
HSL 0.55% 0.52% -
HSV(B) 0.68% 0.78% -
XYZ 27.5 18.55 6.98 -
YUV 114.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 199 82 64 0 0.59 0.68 0.22 8 0.55 0.52
Hex C7 52 40 0 3B 44 16 8 37 34
Octal 307 122 100 0 73 104 26 10 67 64
Binary 11000111 1010010 1000000 0 111011 1000100 10110 1000 110111 110100

Color Harmonies of #C75240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75240

Black with #C75240

Text Example


Text Example

White with #C75240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75240; }

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

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

background-color css

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

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

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

border-color css

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

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

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