#CC6938

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

Shades of Ecstasy #CC6938

Tints of Ecstasy #CC6938

Color information

#CC6938 (or 0xCC6938) is unknown color: approx Ecstasy. HEX triplet: CC, 69 and 38. RGB value is (204,105,56). Sum of RGB (Red+Green+Blue) = 204+105+56=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6938 is #3396C7. Grayscale: #818181. Windows color (decimal): -3380936 or 3697100. OLE color: 3697100.

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

Color convert

RGB20410556-
CMYK00.490.730.2
HSL19.86º59.2%50.98%-
HSV(B)19.86º72.55%80%-
XYZ30.6723.236.61-
YUV129.0186.8181.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=55.89%
G=28.77%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041055600.490.730.219.8659.250.98
HexCC69380314914143b33
Octal3141517006111124247363
Binary110011001101001111000011000110010011010010100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6938; }

 p { color: rgb(204,105,56); }

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

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

 a { background-color: rgb(204,105,56); }

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

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

 span { border-color: rgb(204,105,56); }

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