Html Css Color HEX #CA6640 Ecstasy

📋 copy color: '#CA6640'

red 202 ◦ green 102 ◦ blue 64

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

Shades of Ecstasy #CA6640

Tints of Ecstasy #CA6640

RGB

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

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

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

R = 54.89%
G = 27.72%
B = 17.39%

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

#CA6640 (or 0xCA6640) is known color: Ecstasy. HEX triplet: CA, 66 and 40. RGB value is (202,102,64). Sum of RGB (Red+Green+Blue) = 202+102+64=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6640 is #3599BF. Grayscale: #7F7F7F. Windows color (decimal): -3512768 or 4220618. OLE color: 4220618.

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

Color convert

RGB 202 102 64 -
CMYK 0 0.50 0.68 0.21
HSL 16.52º 0.57% 0.52% -
HSV(B) 16.52º 0.68% 0.79% -
XYZ 30.03 22.43 7.6 -
YUV 127.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 202 102 64 0 0.50 0.68 0.21 16.52 0.57 0.52
Hex CA 66 40 0 32 44 15 11 39 34
Octal 312 146 100 0 62 104 25 21 71 64
Binary 11001010 1100110 1000000 0 110010 1000100 10101 10001 111001 110100

Color Harmonies of #CA6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6640

Black with #CA6640

Text Example


Text Example

White with #CA6640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6640; }

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

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

background-color css

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

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

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

border-color css

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

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

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