Html Css Color HEX #C85849 Dark Coral

📋 copy color: '#C85849'

red 200 ◦ green 88 ◦ blue 73

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

Shades of Dark Coral #C85849

Tints of Dark Coral #C85849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 55.4%
G = 24.38%
B = 20.22%

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

#C85849 (or 0xC85849) is known color: Dark Coral. HEX triplet: C8, 58 and 49. RGB value is (200,88,73). Sum of RGB (Red+Green+Blue) = 200+88+73=361 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.40% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 200 - color contains mainly: red. Hex color #C85849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85849 is #37A7B6. Grayscale: #777777. Windows color (decimal): -3647415 or 4806856. OLE color: 4806856.

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

Color convert

RGB 200 88 73 -
CMYK 0 0.56 0.64 0.22
HSL 7.09º 0.54% 0.54% -
HSV(B) 7.09º 0.64% 0.78% -
XYZ 28.51 19.74 8.61 -
YUV 119.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 200 88 73 0 0.56 0.64 0.22 7.09 0.54 0.54
Hex C8 58 49 0 38 40 16 7 36 36
Octal 310 130 111 0 70 100 26 7 66 66
Binary 11001000 1011000 1001001 0 111000 1000000 10110 111 110110 110110

Color Harmonies of #C85849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85849

Black with #C85849

Text Example


Text Example

White with #C85849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85849; }

 p { color: rgb(200,88,73); }

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

background-color css

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

 a { background-color: rgb(200,88,73); }

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

border-color css

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

 span { border-color: rgb(200,88,73); }

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