Html Css Color HEX #CA6040 Ecstasy

📋 copy color: '#CA6040'

red 202 ◦ green 96 ◦ blue 64

#CA6040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecstasy #CA6040

Tints of Ecstasy #CA6040

RGB

 RED value IS 202 (79.3% from 255) = 55.8%

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 55.8%
G = 26.52%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA6040 (or 0xCA6040) is known color: Ecstasy. HEX triplet: CA, 60 and 40. RGB value is (202,96,64). Sum of RGB (Red+Green+Blue) = 202+96+64=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6040 is #359FBF. Grayscale: #7C7C7C. Windows color (decimal): -3514304 or 4219082. OLE color: 4219082.

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

Color convert

RGB 202 96 64 -
CMYK 0 0.52 0.68 0.21
HSL 13.91º 0.57% 0.52% -
HSV(B) 13.91º 0.68% 0.79% -
XYZ 29.47 21.29 7.41 -
YUV 124.05 94.12 183.6 -
System Red Green Blue C M Y K H S L
Decimal 202 96 64 0 0.52 0.68 0.21 13.91 0.57 0.52
Hex CA 60 40 0 34 44 15 E 39 34
Octal 312 140 100 0 64 104 25 16 71 64
Binary 11001010 1100000 1000000 0 110100 1000100 10101 1110 111001 110100

Color Harmonies of #CA6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6040

Black with #CA6040

Text Example


Text Example

White with #CA6040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6040; }

 p { color: rgb(202,96,64); }

 H1.HeaderClassName
 {
   color: #CA6040;
 }
 .AnyTagClassName
 {
   color: #CA6040;
 }
</style>

background-color css

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

 a { background-color: rgb(202,96,64); }

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

border-color css

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

 span { border-color: rgb(202,96,64); }

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