Html Css Color HEX #C85140 Dark Coral

📋 copy color: '#C85140'

red 200 ◦ green 81 ◦ blue 64

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

Shades of Dark Coral #C85140

Tints of Dark Coral #C85140

RGB

 RED value IS 200 (78.52% from 255) = 57.97%

 GREEN value IS 81 (32.03% from 255) = 23.48%

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

R = 57.97%
G = 23.48%
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

#C85140 (or 0xC85140) is known color: Dark Coral. HEX triplet: C8, 51 and 40. RGB value is (200,81,64). Sum of RGB (Red+Green+Blue) = 200+81+64=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C85140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85140 is #37AEBF. Grayscale: #727272. Windows color (decimal): -3649216 or 4215240. OLE color: 4215240.

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

Color convert

RGB 200 81 64 -
CMYK 0 0.59 0.68 0.22
HSL 7.5º 0.55% 0.52% -
HSV(B) 7.5º 0.68% 0.78% -
XYZ 27.69 18.53 6.97 -
YUV 114.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 200 81 64 0 0.59 0.68 0.22 7.5 0.55 0.52
Hex C8 51 40 0 3B 44 16 8 37 34
Octal 310 121 100 0 73 104 26 10 67 64
Binary 11001000 1010001 1000000 0 111011 1000100 10110 1000 110111 110100

Color Harmonies of #C85140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85140

Black with #C85140

Text Example


Text Example

White with #C85140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85140; }

 p { color: rgb(200,81,64); }

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

background-color css

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

 a { background-color: rgb(200,81,64); }

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

border-color css

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

 span { border-color: rgb(200,81,64); }

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