Html Css Color HEX #CA6440 Ecstasy

📋 copy color: '#CA6440'

red 202 ◦ green 100 ◦ blue 64

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

Shades of Ecstasy #CA6440

Tints of Ecstasy #CA6440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

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

R = 55.19%
G = 27.32%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA6440 (or 0xCA6440) is known color: Ecstasy. HEX triplet: CA, 64 and 40. RGB value is (202,100,64). Sum of RGB (Red+Green+Blue) = 202+100+64=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6440 is #359BBF. Grayscale: #7E7E7E. Windows color (decimal): -3513280 or 4220106. OLE color: 4220106.

HSL color Cylindrical-coordinate representation of color #CA6440: hue angle of 15.65º 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 #CA6440 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 100 64 -
CMYK 0 0.50 0.68 0.21
HSL 15.65º 0.57% 0.52% -
HSV(B) 15.65º 0.68% 0.79% -
XYZ 29.84 22.04 7.53 -
YUV 126.39 92.79 181.93 -
System Red Green Blue C M Y K H S L
Decimal 202 100 64 0 0.50 0.68 0.21 15.65 0.57 0.52
Hex CA 64 40 0 32 44 15 10 39 34
Octal 312 144 100 0 62 104 25 20 71 64
Binary 11001010 1100100 1000000 0 110010 1000100 10101 10000 111001 110100

Color Harmonies of #CA6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6440

Black with #CA6440

Text Example


Text Example

White with #CA6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6440; }

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

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

background-color css

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

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

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

border-color css

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

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

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