Html Css Color HEX #CA6641 Ecstasy

📋 copy color: '#CA6641'

red 202 ◦ green 102 ◦ blue 65

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

Shades of Ecstasy #CA6641

Tints of Ecstasy #CA6641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

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

R = 54.74%
G = 27.64%
B = 17.62%

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

#CA6641 (or 0xCA6641) is known color: Ecstasy. HEX triplet: CA, 66 and 41. RGB value is (202,102,65). Sum of RGB (Red+Green+Blue) = 202+102+65=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6641 is #3599BE. Grayscale: #7F7F7F. Windows color (decimal): -3512767 or 4286154. OLE color: 4286154.

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

Color convert

RGB 202 102 65 -
CMYK 0 0.50 0.68 0.21
HSL 16.2º 0.56% 0.52% -
HSV(B) 16.2º 0.68% 0.79% -
XYZ 30.06 22.44 7.75 -
YUV 127.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 202 102 65 0 0.50 0.68 0.21 16.2 0.56 0.52
Hex CA 66 41 0 32 44 15 10 38 34
Octal 312 146 101 0 62 104 25 20 70 64
Binary 11001010 1100110 1000001 0 110010 1000100 10101 10000 111000 110100

Color Harmonies of #CA6641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6641

Black with #CA6641

Text Example


Text Example

White with #CA6641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6641; }

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

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

background-color css

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

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

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

border-color css

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

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

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