#CC683A

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

Shades of Ecstasy #CC683A

Tints of Ecstasy #CC683A

Color information

#CC683A (or 0xCC683A) is unknown color: approx Ecstasy. HEX triplet: CC, 68 and 3A. RGB value is (204,104,58). Sum of RGB (Red+Green+Blue) = 204+104+58=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC683A is #3397C5. Grayscale: #808080. Windows color (decimal): -3381190 or 3827916. OLE color: 3827916.

HSL color Cylindrical-coordinate representation of color #CC683A: hue angle of 18.9º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC683A is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB20410458-
CMYK00.490.720.2
HSL18.9º58.87%51.37%-
HSV(B)18.9º71.57%80%-
XYZ30.6223.046.84-
YUV128.6688.13181.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.74%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 58 (23.05% from 255) = 15.85%
R=55.74%
G=28.42%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041045800.490.720.218.958.8751.37
HexCC683A0314814133b33
Octal3141507206111024237363
Binary110011001101000111010011000110010001010010011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC683A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC683A; }

 p { color: rgb(204,104,58); }

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

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

 a { background-color: rgb(204,104,58); }

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

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

 span { border-color: rgb(204,104,58); }

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