#CA613A

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

Shades of Ecstasy #CA613A

Tints of Ecstasy #CA613A

Color information

#CA613A (or 0xCA613A) is unknown color: approx Ecstasy. HEX triplet: CA, 61 and 3A. RGB value is (202,97,58). Sum of RGB (Red+Green+Blue) = 202+97+58=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA613A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA613A is #359EC5. Grayscale: #7C7C7C. Windows color (decimal): -3514054 or 3826122. OLE color: 3826122.

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

Color convert

RGB2029758-
CMYK00.520.710.21
HSL16.25º57.6%50.98%-
HSV(B)16.25º71.29%79.22%-
XYZ29.421.416.59-
YUV123.9590.79183.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.58%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=56.58%
G=27.17%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202975800.520.710.2116.2557.650.98
HexCA613A0344715103a33
Octal3121417206410725207263
Binary110010101100001111010011010010001111010110000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA613A; }

 p { color: rgb(202,97,58); }

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

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

 a { background-color: rgb(202,97,58); }

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

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

 span { border-color: rgb(202,97,58); }

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