#CD6635

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

Shades of Ecstasy #CD6635

Tints of Ecstasy #CD6635

Color information

#CD6635 (or 0xCD6635) is unknown color: approx Ecstasy. HEX triplet: CD, 66 and 35. RGB value is (205,102,53). Sum of RGB (Red+Green+Blue) = 205+102+53=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6635 is #3299CA. Grayscale: #7F7F7F. Windows color (decimal): -3316171 or 3499725. OLE color: 3499725.

HSL color Cylindrical-coordinate representation of color #CD6635: hue angle of 19.34º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD6635 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20510253-
CMYK00.500.740.20
HSL19.34º60.32%50.59%-
HSV(B)19.34º74.15%80.39%-
XYZ30.5722.746.15-
YUV127.2186.12183.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.94%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 53 (21.09% from 255) = 14.72%
R=56.94%
G=28.33%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051025300.500.740.2019.3460.3250.59
HexCD66350324A14133c33
Octal3151466506211224237463
Binary110011011100110110101011001010010101010010011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6635; }

 p { color: rgb(205,102,53); }

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

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

 a { background-color: rgb(205,102,53); }

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

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

 span { border-color: rgb(205,102,53); }

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