Html Css Color HEX #C85748 Dark Coral

📋 copy color: '#C85748'

red 200 ◦ green 87 ◦ blue 72

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

Shades of Dark Coral #C85748

Tints of Dark Coral #C85748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.23%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 55.71%
G = 24.23%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C85748 (or 0xC85748) is known color: Dark Coral. HEX triplet: C8, 57 and 48. RGB value is (200,87,72). Sum of RGB (Red+Green+Blue) = 200+87+72=359 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.71% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 200 - color contains mainly: red. Hex color #C85748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85748 is #37A8B7. Grayscale: #777777. Windows color (decimal): -3647672 or 4741064. OLE color: 4741064.

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

Color convert

RGB 200 87 72 -
CMYK 0 0.56 0.64 0.22
HSL 7.03º 0.54% 0.53% -
HSV(B) 7.03º 0.64% 0.78% -
XYZ 28.4 19.56 8.41 -
YUV 119.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 200 87 72 0 0.56 0.64 0.22 7.03 0.54 0.53
Hex C8 57 48 0 38 40 16 7 36 35
Octal 310 127 110 0 70 100 26 7 66 65
Binary 11001000 1010111 1001000 0 111000 1000000 10110 111 110110 110101

Color Harmonies of #C85748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85748

Black with #C85748

Text Example


Text Example

White with #C85748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85748; }

 p { color: rgb(200,87,72); }

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

background-color css

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

 a { background-color: rgb(200,87,72); }

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

border-color css

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

 span { border-color: rgb(200,87,72); }

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