Html Css Color HEX #C85D41 Dark Coral

📋 copy color: '#C85D41'

red 200 ◦ green 93 ◦ blue 65

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

Shades of Dark Coral #C85D41

Tints of Dark Coral #C85D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.98%

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 55.87%
G = 25.98%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C85D41 (or 0xC85D41) is known color: Dark Coral. HEX triplet: C8, 5D and 41. RGB value is (200,93,65). Sum of RGB (Red+Green+Blue) = 200+93+65=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85D41 is #37A2BE. Grayscale: #7A7A7A. Windows color (decimal): -3646143 or 4283848. OLE color: 4283848.

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

Color convert

RGB 200 93 65 -
CMYK 0 0.54 0.68 0.22
HSL 12.44º 0.55% 0.52% -
HSV(B) 12.44º 0.68% 0.78% -
XYZ 28.69 20.49 7.44 -
YUV 121.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 200 93 65 0 0.54 0.68 0.22 12.44 0.55 0.52
Hex C8 5D 41 0 36 44 16 C 37 34
Octal 310 135 101 0 66 104 26 14 67 64
Binary 11001000 1011101 1000001 0 110110 1000100 10110 1100 110111 110100

Color Harmonies of #C85D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D41

Black with #C85D41

Text Example


Text Example

White with #C85D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D41; }

 p { color: rgb(200,93,65); }

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

background-color css

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

 a { background-color: rgb(200,93,65); }

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

border-color css

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

 span { border-color: rgb(200,93,65); }

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