#cf543b

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

Shades of Dark Coral #CF543B

Tints of Dark Coral #CF543B

Color information

#CF543B (or 0xCF543B) is unknown color: approx Dark Coral. HEX triplet: CF, 54 and 3B. RGB value is (207,84,59). Sum of RGB (Red+Green+Blue) = 207+84+59=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF543B is #30ABC4. Grayscale: #767676. Windows color (decimal): -3189701 or 3888335. OLE color: 3888335.

HSL color Cylindrical-coordinate representation of color #CF543B: hue angle of 10.14º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF543B is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2078459-
CMYK00.590.710.19
HSL10.14º60.66%52.16%-
HSV(B)10.14º71.5%81.18%-
XYZ29.6919.926.42-
YUV117.9394.75191.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.14%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 59 (23.44% from 255) = 16.86%
R=59.14%
G=24%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207845900.590.710.1910.1460.6652.16
HexCF543B03B4713a3d34
Octal3171247307310723127564
Binary11001111101010011101101110111000111100111010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf543b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf543b; }

 p { color: rgb(207,84,59); }

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

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

 a { background-color: rgb(207,84,59); }

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

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

 span { border-color: rgb(207,84,59); }

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