#C66143

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

Shades of Dark Coral #C66143

Tints of Dark Coral #C66143

Color information

#C66143 (or 0xC66143) is unknown color: approx Dark Coral. HEX triplet: C6, 61 and 43. RGB value is (198,97,67). Sum of RGB (Red+Green+Blue) = 198+97+67=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C66143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66143 is #399EBC. Grayscale: #7C7C7C. Windows color (decimal): -3776189 or 4415942. OLE color: 4415942.

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

Color convert

RGB1989767-
CMYK00.510.660.22
HSL13.74º53.47%51.96%-
HSV(B)13.74º66.16%77.65%-
XYZ28.5820.967.85-
YUV123.7895.96180.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.70%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 67 (26.56% from 255) = 18.51%
R=54.70%
G=26.80%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198976700.510.660.2213.7453.4751.96
HexC661430334216e3534
Octal30614110306310226166564
Binary110001101100001100001101100111000010101101110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66143; }

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

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

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

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

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

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

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

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