#CD6435

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

Shades of Ecstasy #CD6435

Tints of Ecstasy #CD6435

Color information

#CD6435 (or 0xCD6435) is unknown color: approx Ecstasy. HEX triplet: CD, 64 and 35. RGB value is (205,100,53). Sum of RGB (Red+Green+Blue) = 205+100+53=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6435 is #329BCA. Grayscale: #7E7E7E. Windows color (decimal): -3316683 or 3499213. OLE color: 3499213.

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

Color convert

RGB20510053-
CMYK00.510.740.20
HSL18.55º60.32%50.59%-
HSV(B)18.55º74.15%80.39%-
XYZ30.3822.356.08-
YUV126.0486.79184.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.26%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 53 (21.09% from 255) = 14.80%
R=57.26%
G=27.93%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051005300.510.740.2018.5560.3250.59
HexCD64350334A14133c33
Octal3151446506311224237463
Binary110011011100100110101011001110010101010010011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6435; }

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

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

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

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

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

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

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

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