#CF5E3D

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

Shades of Ecstasy #CF5E3D

Tints of Ecstasy #CF5E3D

Color information

#CF5E3D (or 0xCF5E3D) is unknown color: approx Ecstasy. HEX triplet: CF, 5E and 3D. RGB value is (207,94,61). Sum of RGB (Red+Green+Blue) = 207+94+61=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E3D is #30A1C2. Grayscale: #7C7C7C. Windows color (decimal): -3187139 or 4021967. OLE color: 4021967.

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

Color convert

RGB2079461-
CMYK00.550.710.19
HSL13.56º60.33%52.55%-
HSV(B)13.56º70.53%81.18%-
XYZ30.5821.616.97-
YUV124.0292.44187.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.18%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=57.18%
G=25.97%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207946100.550.710.1913.5660.3352.55
HexCF5E3D0374713e3c35
Octal3171367506710723167465
Binary11001111101111011110101101111000111100111110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5E3D; }

 p { color: rgb(207,94,61); }

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

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

 a { background-color: rgb(207,94,61); }

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

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

 span { border-color: rgb(207,94,61); }

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