#CC6534

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

Shades of Ecstasy #CC6534

Tints of Ecstasy #CC6534

Color information

#CC6534 (or 0xCC6534) is unknown color: approx Ecstasy. HEX triplet: CC, 65 and 34. RGB value is (204,101,52). Sum of RGB (Red+Green+Blue) = 204+101+52=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6534 is #339ACB. Grayscale: #7E7E7E. Windows color (decimal): -3381964 or 3433932. OLE color: 3433932.

HSL color Cylindrical-coordinate representation of color #CC6534: hue angle of 19.34º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC6534 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20410152-
CMYK00.500.750.2
HSL19.34º59.84%50.2%-
HSV(B)19.34º74.51%80%-
XYZ30.1822.395.98-
YUV126.2186.12183.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 52 (20.70% from 255) = 14.57%
R=57.14%
G=28.29%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041015200.500.750.219.3459.8450.2
HexCC65340324B14133c32
Octal3141456406211324237462
Binary110011001100101110100011001010010111010010011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6534; }

 p { color: rgb(204,101,52); }

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

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

 a { background-color: rgb(204,101,52); }

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

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

 span { border-color: rgb(204,101,52); }

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