Html Css Color HEX #C85548 Dark Coral

📋 copy color: '#C85548'

red 200 ◦ green 85 ◦ blue 72

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

Shades of Dark Coral #C85548

Tints of Dark Coral #C85548

RGB

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

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

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

R = 56.02%
G = 23.81%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C85548 (or 0xC85548) is known color: Dark Coral. HEX triplet: C8, 55 and 48. RGB value is (200,85,72). Sum of RGB (Red+Green+Blue) = 200+85+72=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C85548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85548 is #37AAB7. Grayscale: #767676. Windows color (decimal): -3648184 or 4740552. OLE color: 4740552.

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

Color convert

RGB 200 85 72 -
CMYK 0 0.58 0.64 0.22
HSL 6.09º 0.54% 0.53% -
HSV(B) 6.09º 0.64% 0.78% -
XYZ 28.24 19.24 8.36 -
YUV 117.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 200 85 72 0 0.58 0.64 0.22 6.09 0.54 0.53
Hex C8 55 48 0 3A 40 16 6 36 35
Octal 310 125 110 0 72 100 26 6 66 65
Binary 11001000 1010101 1001000 0 111010 1000000 10110 110 110110 110101

Color Harmonies of #C85548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85548

Black with #C85548

Text Example


Text Example

White with #C85548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85548; }

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

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

background-color css

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

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

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

border-color css

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

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

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