#CF6541

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

Shades of Ecstasy #CF6541

Tints of Ecstasy #CF6541

Color information

#CF6541 (or 0xCF6541) is unknown color: approx Ecstasy. HEX triplet: CF, 65 and 41. RGB value is (207,101,65). Sum of RGB (Red+Green+Blue) = 207+101+65=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6541 is #309ABE. Grayscale: #808080. Windows color (decimal): -3185343 or 4285903. OLE color: 4285903.

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

Color convert

RGB20710165-
CMYK00.510.690.19
HSL15.21º59.66%53.33%-
HSV(B)15.21º68.6%81.18%-
XYZ31.3422.957.78-
YUV128.5992.12183.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.50%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 65 (25.78% from 255) = 17.43%
R=55.50%
G=27.08%
B=17.43%

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
Decimal2071016500.510.690.1915.2159.6653.33
HexCF65410334513f3c35
Octal31714510106310523177465
Binary110011111100101100000101100111000101100111111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6541; }

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

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

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

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

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

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

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

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