#CF6740

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

Shades of Ecstasy #CF6740

Tints of Ecstasy #CF6740

Color information

#CF6740 (or 0xCF6740) is unknown color: approx Ecstasy. HEX triplet: CF, 67 and 40. RGB value is (207,103,64). Sum of RGB (Red+Green+Blue) = 207+103+64=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6740 is #3098BF. Grayscale: #818181. Windows color (decimal): -3184832 or 4220879. OLE color: 4220879.

HSL color Cylindrical-coordinate representation of color #CF6740: hue angle of 16.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF6740 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20710364-
CMYK00.500.690.19
HSL16.36º59.83%53.14%-
HSV(B)16.36º69.08%81.18%-
XYZ31.5123.347.69-
YUV129.6590.96183.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.35%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=55.35%
G=27.54%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071036400.500.690.1916.3659.8353.14
HexCF67400324513103c35
Octal31714710006210523207465
Binary1100111111001111000000011001010001011001110000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6740; }

 p { color: rgb(207,103,64); }

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

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

 a { background-color: rgb(207,103,64); }

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

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

 span { border-color: rgb(207,103,64); }

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