Html Css Color HEX #C85A3F Dark Coral

📋 copy color: '#C85A3F'

red 200 ◦ green 90 ◦ blue 63

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

Shades of Dark Coral #C85A3F

Tints of Dark Coral #C85A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 63 (25% from 255) = 17.85%

R = 56.66%
G = 25.5%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C85A3F (or 0xC85A3F) is known color: Dark Coral. HEX triplet: C8, 5A and 3F. RGB value is (200,90,63). Sum of RGB (Red+Green+Blue) = 200+90+63=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C85A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85A3F is #37A5C0. Grayscale: #787878. Windows color (decimal): -3646913 or 4152008. OLE color: 4152008.

HSL color Cylindrical-coordinate representation of color #C85A3F: hue angle of 11.82º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C85A3F is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 90 63 -
CMYK 0 0.55 0.68 0.22
HSL 11.82º 0.55% 0.52% -
HSV(B) 11.82º 0.69% 0.78% -
XYZ 28.37 19.95 7.06 -
YUV 119.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 200 90 63 0 0.55 0.68 0.22 11.82 0.55 0.52
Hex C8 5A 3F 0 37 44 16 C 37 34
Octal 310 132 77 0 67 104 26 14 67 64
Binary 11001000 1011010 111111 0 110111 1000100 10110 1100 110111 110100

Color Harmonies of #C85A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85A3F

Black with #C85A3F

Text Example


Text Example

White with #C85A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85A3F; }

 p { color: rgb(200,90,63); }

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

background-color css

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

 a { background-color: rgb(200,90,63); }

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

border-color css

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

 span { border-color: rgb(200,90,63); }

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