#C66043

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

Shades of Dark Coral #C66043

Tints of Dark Coral #C66043

Color information

#C66043 (or 0xC66043) is unknown color: approx Dark Coral. HEX triplet: C6, 60 and 43. RGB value is (198,96,67). Sum of RGB (Red+Green+Blue) = 198+96+67=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C66043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66043 is #399FBC. Grayscale: #7B7B7B. Windows color (decimal): -3776445 or 4415686. OLE color: 4415686.

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

Color convert

RGB1989667-
CMYK00.520.660.22
HSL13.28º53.47%51.96%-
HSV(B)13.28º66.16%77.65%-
XYZ28.4820.787.82-
YUV123.1996.29181.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.85%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 67 (26.56% from 255) = 18.56%
R=54.85%
G=26.59%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198966700.520.660.2213.2853.4751.96
HexC660430344216d3534
Octal30614010306410226156564
Binary110001101100000100001101101001000010101101101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66043; }

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

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

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

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

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

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

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

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