Html Css Color HEX #C85B45 Dark Coral

📋 copy color: '#C85B45'

red 200 ◦ green 91 ◦ blue 69

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

Shades of Dark Coral #C85B45

Tints of Dark Coral #C85B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.28%

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 55.56%
G = 25.28%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C85B45 (or 0xC85B45) is known color: Dark Coral. HEX triplet: C8, 5B and 45. RGB value is (200,91,69). Sum of RGB (Red+Green+Blue) = 200+91+69=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85B45 is #37A4BA. Grayscale: #797979. Windows color (decimal): -3646651 or 4545480. OLE color: 4545480.

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

Color convert

RGB 200 91 69 -
CMYK 0 0.54 0.66 0.22
HSL 10.08º 0.54% 0.53% -
HSV(B) 10.08º 0.66% 0.78% -
XYZ 28.63 20.19 8.02 -
YUV 121.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 200 91 69 0 0.54 0.66 0.22 10.08 0.54 0.53
Hex C8 5B 45 0 36 42 16 A 36 35
Octal 310 133 105 0 66 102 26 12 66 65
Binary 11001000 1011011 1000101 0 110110 1000010 10110 1010 110110 110101

Color Harmonies of #C85B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B45

Black with #C85B45

Text Example


Text Example

White with #C85B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B45; }

 p { color: rgb(200,91,69); }

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

background-color css

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

 a { background-color: rgb(200,91,69); }

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

border-color css

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

 span { border-color: rgb(200,91,69); }

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