Html Css Color HEX #C85540 Dark Coral

📋 copy color: '#C85540'

red 200 ◦ green 85 ◦ blue 64

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

Shades of Dark Coral #C85540

Tints of Dark Coral #C85540

RGB

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

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

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

R = 57.31%
G = 24.36%
B = 18.34%

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

#C85540 (or 0xC85540) is known color: Dark Coral. HEX triplet: C8, 55 and 40. RGB value is (200,85,64). Sum of RGB (Red+Green+Blue) = 200+85+64=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C85540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85540 is #37AABF. Grayscale: #757575. Windows color (decimal): -3648192 or 4216264. OLE color: 4216264.

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

Color convert

RGB 200 85 64 -
CMYK 0 0.58 0.68 0.22
HSL 9.26º 0.55% 0.52% -
HSV(B) 9.26º 0.68% 0.78% -
XYZ 27.99 19.15 7.07 -
YUV 116.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 200 85 64 0 0.58 0.68 0.22 9.26 0.55 0.52
Hex C8 55 40 0 3A 44 16 9 37 34
Octal 310 125 100 0 72 104 26 11 67 64
Binary 11001000 1010101 1000000 0 111010 1000100 10110 1001 110111 110100

Color Harmonies of #C85540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85540

Black with #C85540

Text Example


Text Example

White with #C85540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85540; }

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

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

background-color css

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

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

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

border-color css

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

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

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