#CF603E

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

Shades of Ecstasy #CF603E

Tints of Ecstasy #CF603E

Color information

#CF603E (or 0xCF603E) is unknown color: approx Ecstasy. HEX triplet: CF, 60 and 3E. RGB value is (207,96,62). Sum of RGB (Red+Green+Blue) = 207+96+62=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF603E is #309FC1. Grayscale: #7D7D7D. Windows color (decimal): -3186626 or 4088015. OLE color: 4088015.

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

Color convert

RGB2079662-
CMYK00.540.700.19
HSL14.07º60.17%52.75%-
HSV(B)14.07º70.05%81.18%-
XYZ30.7821.987.18-
YUV125.3192.27186.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.71%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 62 (24.61% from 255) = 16.99%
R=56.71%
G=26.30%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207966200.540.700.1914.0760.1752.75
HexCF603E0364613e3c35
Octal3171407606610623167465
Binary11001111110000011111001101101000110100111110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF603E; }

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

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

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

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

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

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

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

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