#CF6540

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

Shades of Ecstasy #CF6540

Tints of Ecstasy #CF6540

Color information

#CF6540 (or 0xCF6540) is unknown color: approx Ecstasy. HEX triplet: CF, 65 and 40. RGB value is (207,101,64). Sum of RGB (Red+Green+Blue) = 207+101+64=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6540 is #309ABF. Grayscale: #808080. Windows color (decimal): -3185344 or 4220367. OLE color: 4220367.

HSL color Cylindrical-coordinate representation of color #CF6540: hue angle of 15.52º 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 #CF6540 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20710164-
CMYK00.510.690.19
HSL15.52º59.83%53.14%-
HSV(B)15.52º69.08%81.18%-
XYZ31.3122.947.63-
YUV128.4891.62184.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.65%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 64 (25.39% from 255) = 17.20%
R=55.65%
G=27.15%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071016400.510.690.1915.5259.8353.14
HexCF65400334513103c35
Octal31714510006310523207465
Binary1100111111001011000000011001110001011001110000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6540; }

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

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

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

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

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

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

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

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