#CA653D

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

Shades of Ecstasy #CA653D

Tints of Ecstasy #CA653D

Color information

#CA653D (or 0xCA653D) is unknown color: approx Ecstasy. HEX triplet: CA, 65 and 3D. RGB value is (202,101,61). Sum of RGB (Red+Green+Blue) = 202+101+61=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA653D is #359AC2. Grayscale: #7E7E7E. Windows color (decimal): -3513027 or 4023754. OLE color: 4023754.

HSL color Cylindrical-coordinate representation of color #CA653D: hue angle of 17.02º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA653D is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20210161-
CMYK00.500.700.21
HSL17.02º57.09%51.57%-
HSV(B)17.02º69.8%79.22%-
XYZ29.8522.27.13-
YUV126.6490.96181.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=55.49%
G=27.75%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021016100.500.700.2117.0257.0951.57
HexCA653D0324615113934
Octal3121457506210625217164
Binary110010101100101111101011001010001101010110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA653D; }

 p { color: rgb(202,101,61); }

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

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

 a { background-color: rgb(202,101,61); }

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

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

 span { border-color: rgb(202,101,61); }

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