#C65543

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

Shades of Dark Coral #C65543

Tints of Dark Coral #C65543

Color information

#C65543 (or 0xC65543) is unknown color: approx Dark Coral. HEX triplet: C6, 55 and 43. RGB value is (198,85,67). Sum of RGB (Red+Green+Blue) = 198+85+67=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C65543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65543 is #39AABC. Grayscale: #747474. Windows color (decimal): -3779261 or 4412870. OLE color: 4412870.

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

Color convert

RGB1988567-
CMYK00.570.660.22
HSL8.24º53.47%51.96%-
HSV(B)8.24º66.16%77.65%-
XYZ27.5518.917.51-
YUV116.7499.94185.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.57%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 67 (26.56% from 255) = 19.14%
R=56.57%
G=24.29%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198856700.570.660.228.2453.4751.96
HexC65543039421683534
Octal30612510307110226106564
Binary110001101010101100001101110011000010101101000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65543; }

 p { color: rgb(198,85,67); }

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

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

 a { background-color: rgb(198,85,67); }

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

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

 span { border-color: rgb(198,85,67); }

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