#C85242

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

Shades of Dark Coral #C85242

Tints of Dark Coral #C85242

Color information

#C85242 (or 0xC85242) is unknown color: approx Dark Coral. HEX triplet: C8, 52 and 42. RGB value is (200,82,66). Sum of RGB (Red+Green+Blue) = 200+82+66=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C85242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85242 is #37ADBD. Grayscale: #737373. Windows color (decimal): -3648958 or 4346568. OLE color: 4346568.

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

Color convert

RGB2008266-
CMYK00.590.670.22
HSL7.16º54.92%52.16%-
HSV(B)7.16º67%78.43%-
XYZ27.8218.717.3-
YUV115.46100.09188.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.47%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 66 (26.17% from 255) = 18.97%
R=57.47%
G=23.56%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200826600.590.670.227.1654.9252.16
HexC8524203B431673734
Octal3101221020731032676764
Binary11001000101001010000100111011100001110110111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85242; }

 p { color: rgb(200,82,66); }

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

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

 a { background-color: rgb(200,82,66); }

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

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

 span { border-color: rgb(200,82,66); }

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