#CD6335

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

Shades of Ecstasy #CD6335

Tints of Ecstasy #CD6335

Color information

#CD6335 (or 0xCD6335) is unknown color: approx Ecstasy. HEX triplet: CD, 63 and 35. RGB value is (205,99,53). Sum of RGB (Red+Green+Blue) = 205+99+53=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6335 is #329CCA. Grayscale: #7D7D7D. Windows color (decimal): -3316939 or 3498957. OLE color: 3498957.

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

Color convert

RGB2059953-
CMYK00.520.740.20
HSL18.16º60.32%50.59%-
HSV(B)18.16º74.15%80.39%-
XYZ30.2822.166.05-
YUV125.4587.12184.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.42%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=57.42%
G=27.73%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205995300.520.740.2018.1660.3250.59
HexCD63350344A14123c33
Octal3151436506411224227463
Binary110011011100011110101011010010010101010010010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6335; }

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

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

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

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

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

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

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

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