#C75242

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

Shades of Dark Coral #C75242

Tints of Dark Coral #C75242

Color information

#C75242 (or 0xC75242) is unknown color: approx Dark Coral. HEX triplet: C7, 52 and 42. RGB value is (199,82,66). Sum of RGB (Red+Green+Blue) = 199+82+66=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C75242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75242 is #38ADBD. Grayscale: #737373. Windows color (decimal): -3714494 or 4346567. OLE color: 4346567.

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

Color convert

RGB1998266-
CMYK00.590.670.22
HSL7.22º54.29%51.96%-
HSV(B)7.22º66.83%78.04%-
XYZ27.5518.577.29-
YUV115.16100.26187.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.35%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=57.35%
G=23.63%
B=19.02%

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
Decimal199826600.590.670.227.2254.2951.96
HexC7524203B431673634
Octal3071221020731032676664
Binary11000111101001010000100111011100001110110111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75242; }

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

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

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

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

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

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

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

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