#CD6632

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

Shades of Ecstasy #CD6632

Tints of Ecstasy #CD6632

Color information

#CD6632 (or 0xCD6632) is unknown color: approx Ecstasy. HEX triplet: CD, 66 and 32. RGB value is (205,102,50). Sum of RGB (Red+Green+Blue) = 205+102+50=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6632 is #3299CD. Grayscale: #7F7F7F. Windows color (decimal): -3316174 or 3303117. OLE color: 3303117.

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

Color convert

RGB20510250-
CMYK00.500.760.20
HSL20.13º60.78%50%-
HSV(B)20.13º75.61%80.39%-
XYZ30.522.715.79-
YUV126.8784.62183.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.42%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 14.01%
R=57.42%
G=28.57%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051025000.500.760.2020.1360.7850
HexCD66320324C14143d32
Octal3151466206211424247562
Binary110011011100110110010011001010011001010010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6632; }

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

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

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

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

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

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

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

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