#CF6340

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

Shades of Ecstasy #CF6340

Tints of Ecstasy #CF6340

Color information

#CF6340 (or 0xCF6340) is unknown color: approx Ecstasy. HEX triplet: CF, 63 and 40. RGB value is (207,99,64). Sum of RGB (Red+Green+Blue) = 207+99+64=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6340 is #309CBF. Grayscale: #7F7F7F. Windows color (decimal): -3185856 or 4219855. OLE color: 4219855.

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

Color convert

RGB2079964-
CMYK00.520.690.19
HSL14.69º59.83%53.14%-
HSV(B)14.69º69.08%81.18%-
XYZ31.1222.567.56-
YUV127.392.28184.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.95%
GREEN value IS 99 (39.06% from 255) = 26.76%
BLUE value IS 64 (25.39% from 255) = 17.30%
R=55.95%
G=26.76%
B=17.30%

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
Decimal207996400.520.690.1914.6959.8353.14
HexCF63400344513f3c35
Octal31714310006410523177465
Binary110011111100011100000001101001000101100111111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6340; }

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

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

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

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

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

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

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

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