#CF6547

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

Shades of Dark Coral #CF6547

Tints of Dark Coral #CF6547

Color information

#CF6547 (or 0xCF6547) is unknown color: approx Dark Coral. HEX triplet: CF, 65 and 47. RGB value is (207,101,71). Sum of RGB (Red+Green+Blue) = 207+101+71=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6547 is #309AB8. Grayscale: #818181. Windows color (decimal): -3185337 or 4679119. OLE color: 4679119.

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

Color convert

RGB20710171-
CMYK00.510.660.19
HSL13.24º58.62%54.51%-
HSV(B)13.24º65.7%81.18%-
XYZ31.5223.038.74-
YUV129.2795.12183.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.62%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 71 (28.12% from 255) = 18.73%
R=54.62%
G=26.65%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071017100.510.660.1913.2458.6254.51
HexCF65470334213d3b37
Octal31714510706310223157367
Binary110011111100101100011101100111000010100111101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6547; }

 p { color: rgb(207,101,71); }

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

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

 a { background-color: rgb(207,101,71); }

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

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

 span { border-color: rgb(207,101,71); }

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