#CF6440

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

Shades of Ecstasy #CF6440

Tints of Ecstasy #CF6440

Color information

#CF6440 (or 0xCF6440) is unknown color: approx Ecstasy. HEX triplet: CF, 64 and 40. RGB value is (207,100,64). Sum of RGB (Red+Green+Blue) = 207+100+64=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6440 is #309BBF. Grayscale: #808080. Windows color (decimal): -3185600 or 4220111. OLE color: 4220111.

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

Color convert

RGB20710064-
CMYK00.520.690.19
HSL15.1º59.83%53.14%-
HSV(B)15.1º69.08%81.18%-
XYZ31.2122.757.6-
YUV127.8991.95184.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.80%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=55.80%
G=26.95%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071006400.520.690.1915.159.8353.14
HexCF64400344513f3c35
Octal31714410006410523177465
Binary110011111100100100000001101001000101100111111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6440; }

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

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

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

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

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

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

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

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