#CF6640

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

Shades of Ecstasy #CF6640

Tints of Ecstasy #CF6640

Color information

#CF6640 (or 0xCF6640) is unknown color: approx Ecstasy. HEX triplet: CF, 66 and 40. RGB value is (207,102,64). Sum of RGB (Red+Green+Blue) = 207+102+64=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6640 is #3099BF. Grayscale: #818181. Windows color (decimal): -3185088 or 4220623. OLE color: 4220623.

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

Color convert

RGB20710264-
CMYK00.510.690.19
HSL15.94º59.83%53.14%-
HSV(B)15.94º69.08%81.18%-
XYZ31.4123.147.66-
YUV129.0691.29183.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.50%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=55.50%
G=27.35%
B=17.16%

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
Decimal2071026400.510.690.1915.9459.8353.14
HexCF66400334513103c35
Octal31714610006310523207465
Binary1100111111001101000000011001110001011001110000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6640; }

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

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

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

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

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

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

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

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