#CD6735

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

Shades of Ecstasy #CD6735

Tints of Ecstasy #CD6735

Color information

#CD6735 (or 0xCD6735) is unknown color: approx Ecstasy. HEX triplet: CD, 67 and 35. RGB value is (205,103,53). Sum of RGB (Red+Green+Blue) = 205+103+53=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6735 is #3298CA. Grayscale: #808080. Windows color (decimal): -3315915 or 3499981. OLE color: 3499981.

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

Color convert

RGB20510353-
CMYK00.500.740.20
HSL19.74º60.32%50.59%-
HSV(B)19.74º74.15%80.39%-
XYZ30.6722.946.18-
YUV127.885.79183.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 56.79%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 53 (21.09% from 255) = 14.68%
R=56.79%
G=28.53%
B=14.68%

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
Decimal2051035300.500.740.2019.7460.3250.59
HexCD67350324A14143c33
Octal3151476506211224247463
Binary110011011100111110101011001010010101010010100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6735; }

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

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

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

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

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

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

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

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