#CD6532

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

Shades of Ecstasy #CD6532

Tints of Ecstasy #CD6532

Color information

#CD6532 (or 0xCD6532) is unknown color: approx Ecstasy. HEX triplet: CD, 65 and 32. RGB value is (205,101,50). Sum of RGB (Red+Green+Blue) = 205+101+50=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6532 is #329ACD. Grayscale: #7E7E7E. Windows color (decimal): -3316430 or 3302861. OLE color: 3302861.

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

Color convert

RGB20510150-
CMYK00.510.760.20
HSL19.74º60.78%50%-
HSV(B)19.74º75.61%80.39%-
XYZ30.4122.525.76-
YUV126.2884.96184.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.58%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 50 (19.92% from 255) = 14.04%
R=57.58%
G=28.37%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051015000.510.760.2019.7460.7850
HexCD65320334C14143d32
Octal3151456206311424247562
Binary110011011100101110010011001110011001010010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6532; }

 p { color: rgb(205,101,50); }

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

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

 a { background-color: rgb(205,101,50); }

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

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

 span { border-color: rgb(205,101,50); }

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