#C85C3F

Color #C85C3F Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #C85C3F

Tints of Dark Coral #C85C3F

Color information

#C85C3F (or 0xC85C3F) is unknown color: approx Dark Coral. HEX triplet: C8, 5C and 3F. RGB value is (200,92,63). Sum of RGB (Red+Green+Blue) = 200+92+63=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85C3F is #37A3C0. Grayscale: #797979. Windows color (decimal): -3646401 or 4152520. OLE color: 4152520.

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

Color convert

RGB2009263-
CMYK00.540.680.22
HSL12.7º55.47%51.57%-
HSV(B)12.7º68.5%78.43%-
XYZ28.5420.297.12-
YUV120.9995.28184.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.34%
GREEN value IS 92 (36.33% from 255) = 25.92%
BLUE value IS 63 (25% from 255) = 17.75%
R=56.34%
G=25.92%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200926300.540.680.2212.755.4751.57
HexC85C3F0364416d3734
Octal3101347706610426156764
Binary11001000101110011111101101101000100101101101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85C3F; }

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

 H1.HeaderClassName
 {
   color: #C85C3F;
 }
 .AnyTagClassName
 {
   color: #C85C3F;
 }
</style>
background-color css

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

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

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

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

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

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