Html Css Color HEX #C85848 Dark Coral

📋 copy color: '#C85848'

red 200 ◦ green 88 ◦ blue 72

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

Shades of Dark Coral #C85848

Tints of Dark Coral #C85848

RGB

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

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

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

R = 55.56%
G = 24.44%
B = 20%

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

#C85848 (or 0xC85848) is known color: Dark Coral. HEX triplet: C8, 58 and 48. RGB value is (200,88,72). Sum of RGB (Red+Green+Blue) = 200+88+72=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C85848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85848 is #37A7B7. Grayscale: #777777. Windows color (decimal): -3647416 or 4741320. OLE color: 4741320.

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

Color convert

RGB 200 88 72 -
CMYK 0 0.56 0.64 0.22
HSL 7.5º 0.54% 0.53% -
HSV(B) 7.5º 0.64% 0.78% -
XYZ 28.48 19.73 8.44 -
YUV 119.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 200 88 72 0 0.56 0.64 0.22 7.5 0.54 0.53
Hex C8 58 48 0 38 40 16 8 36 35
Octal 310 130 110 0 70 100 26 10 66 65
Binary 11001000 1011000 1001000 0 111000 1000000 10110 1000 110110 110101

Color Harmonies of #C85848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85848

Black with #C85848

Text Example


Text Example

White with #C85848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85848; }

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

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

background-color css

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

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

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

border-color css

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

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

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