Html Css Color HEX #C85544 Dark Coral

📋 copy color: '#C85544'

red 200 ◦ green 85 ◦ blue 68

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

Shades of Dark Coral #C85544

Tints of Dark Coral #C85544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 56.66%
G = 24.08%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C85544 (or 0xC85544) is known color: Dark Coral. HEX triplet: C8, 55 and 44. RGB value is (200,85,68). Sum of RGB (Red+Green+Blue) = 200+85+68=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C85544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85544 is #37AABB. Grayscale: #757575. Windows color (decimal): -3648188 or 4478408. OLE color: 4478408.

HSL color Cylindrical-coordinate representation of color #C85544: hue angle of 7.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C85544 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 68 -
CMYK 0 0.58 0.66 0.22
HSL 7.73º 0.55% 0.53% -
HSV(B) 7.73º 0.66% 0.78% -
XYZ 28.11 19.19 7.69 -
YUV 117.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 200 85 68 0 0.58 0.66 0.22 7.73 0.55 0.53
Hex C8 55 44 0 3A 42 16 8 37 35
Octal 310 125 104 0 72 102 26 10 67 65
Binary 11001000 1010101 1000100 0 111010 1000010 10110 1000 110111 110101

Color Harmonies of #C85544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85544

Black with #C85544

Text Example


Text Example

White with #C85544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85544; }

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

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

background-color css

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

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

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

border-color css

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

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

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