#CF663E

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

Shades of Ecstasy #CF663E

Tints of Ecstasy #CF663E

Color information

#CF663E (or 0xCF663E) is unknown color: approx Ecstasy. HEX triplet: CF, 66 and 3E. RGB value is (207,102,62). Sum of RGB (Red+Green+Blue) = 207+102+62=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF663E is #3099C1. Grayscale: #818181. Windows color (decimal): -3185090 or 4089551. OLE color: 4089551.

HSL color Cylindrical-coordinate representation of color #CF663E: hue angle of 16.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF663E is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20710262-
CMYK00.510.700.19
HSL16.55º60.17%52.75%-
HSV(B)16.55º70.05%81.18%-
XYZ31.3523.127.37-
YUV128.8490.29183.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.80%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 62 (24.61% from 255) = 16.71%
R=55.80%
G=27.49%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071026200.510.700.1916.5560.1752.75
HexCF663E0334613113c35
Octal3171467606310623217465
Binary110011111100110111110011001110001101001110001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF663E; }

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

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

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

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

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

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

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

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