#CF5C43

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

Shades of Dark Coral #CF5C43

Tints of Dark Coral #CF5C43

Color information

#CF5C43 (or 0xCF5C43) is unknown color: approx Dark Coral. HEX triplet: CF, 5C and 43. RGB value is (207,92,67). Sum of RGB (Red+Green+Blue) = 207+92+67=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C43 is #30A3BC. Grayscale: #7B7B7B. Windows color (decimal): -3187645 or 4414671. OLE color: 4414671.

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

Color convert

RGB2079267-
CMYK00.560.680.19
HSL10.71º59.32%53.73%-
HSV(B)10.71º67.63%81.18%-
XYZ30.5721.327.81-
YUV123.5496.1187.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.56%
GREEN value IS 92 (36.33% from 255) = 25.14%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=56.56%
G=25.14%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207926700.560.680.1910.7159.3253.73
HexCF5C430384413b3b36
Octal31713410307010423137366
Binary110011111011100100001101110001000100100111011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5C43; }

 p { color: rgb(207,92,67); }

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

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

 a { background-color: rgb(207,92,67); }

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

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

 span { border-color: rgb(207,92,67); }

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