Html Css Color HEX #CA6441 Ecstasy

📋 copy color: '#CA6441'

red 202 ◦ green 100 ◦ blue 65

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

Shades of Ecstasy #CA6441

Tints of Ecstasy #CA6441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 55.04%
G = 27.25%
B = 17.71%

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

#CA6441 (or 0xCA6441) is known color: Ecstasy. HEX triplet: CA, 64 and 41. RGB value is (202,100,65). Sum of RGB (Red+Green+Blue) = 202+100+65=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6441 is #359BBE. Grayscale: #7E7E7E. Windows color (decimal): -3513279 or 4285642. OLE color: 4285642.

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

Color convert

RGB 202 100 65 -
CMYK 0 0.50 0.68 0.21
HSL 15.33º 0.56% 0.52% -
HSV(B) 15.33º 0.68% 0.79% -
XYZ 29.87 22.05 7.68 -
YUV 126.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 202 100 65 0 0.50 0.68 0.21 15.33 0.56 0.52
Hex CA 64 41 0 32 44 15 F 38 34
Octal 312 144 101 0 62 104 25 17 70 64
Binary 11001010 1100100 1000001 0 110010 1000100 10101 1111 111000 110100

Color Harmonies of #CA6441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6441

Black with #CA6441

Text Example


Text Example

White with #CA6441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6441; }

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

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

background-color css

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

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

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

border-color css

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

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

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