#C75945

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

Shades of Dark Coral #C75945

Tints of Dark Coral #C75945

Color information

#C75945 (or 0xC75945) is unknown color: approx Dark Coral. HEX triplet: C7, 59 and 45. RGB value is (199,89,69). Sum of RGB (Red+Green+Blue) = 199+89+69=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C75945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75945 is #38A6BA. Grayscale: #777777. Windows color (decimal): -3712699 or 4544967. OLE color: 4544967.

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

Color convert

RGB1998969-
CMYK00.550.650.22
HSL9.23º53.72%52.55%-
HSV(B)9.23º65.33%78.04%-
XYZ28.219.727.95-
YUV119.6199.44184.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.74%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 69 (27.34% from 255) = 19.33%
R=55.74%
G=24.93%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199896900.550.650.229.2353.7252.55
HexC75945037411693635
Octal30713110506710126116665
Binary110001111011001100010101101111000001101101001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75945; }

 p { color: rgb(199,89,69); }

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

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

 a { background-color: rgb(199,89,69); }

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

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

 span { border-color: rgb(199,89,69); }

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