#CA6A38

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

Shades of Ecstasy #CA6A38

Tints of Ecstasy #CA6A38

Color information

#CA6A38 (or 0xCA6A38) is unknown color: approx Ecstasy. HEX triplet: CA, 6A and 38. RGB value is (202,106,56). Sum of RGB (Red+Green+Blue) = 202+106+56=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A38 is #3595C7. Grayscale: #818181. Windows color (decimal): -3511752 or 3697354. OLE color: 3697354.

HSL color Cylindrical-coordinate representation of color #CA6A38: hue angle of 20.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA6A38 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20210656-
CMYK00.480.720.21
HSL20.55º57.94%50.59%-
HSV(B)20.55º72.28%79.22%-
XYZ30.2223.156.62-
YUV12986.8180.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 56 (22.27% from 255) = 15.38%
R=55.49%
G=29.12%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021065600.480.720.2120.5557.9450.59
HexCA6A380304815153a33
Octal3121527006011025257263
Binary110010101101010111000011000010010001010110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A38; }

 p { color: rgb(202,106,56); }

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

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

 a { background-color: rgb(202,106,56); }

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

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

 span { border-color: rgb(202,106,56); }

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