Html Css Color HEX #CA6541 Ecstasy

📋 copy color: '#CA6541'

red 202 ◦ green 101 ◦ blue 65

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

Shades of Ecstasy #CA6541

Tints of Ecstasy #CA6541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

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

R = 54.89%
G = 27.45%
B = 17.66%

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

#CA6541 (or 0xCA6541) is known color: Ecstasy. HEX triplet: CA, 65 and 41. RGB value is (202,101,65). Sum of RGB (Red+Green+Blue) = 202+101+65=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6541 is #359ABE. Grayscale: #7F7F7F. Windows color (decimal): -3513023 or 4285898. OLE color: 4285898.

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

Color convert

RGB 202 101 65 -
CMYK 0 0.50 0.68 0.21
HSL 15.77º 0.56% 0.52% -
HSV(B) 15.77º 0.68% 0.79% -
XYZ 29.96 22.25 7.72 -
YUV 127.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 202 101 65 0 0.50 0.68 0.21 15.77 0.56 0.52
Hex CA 65 41 0 32 44 15 10 38 34
Octal 312 145 101 0 62 104 25 20 70 64
Binary 11001010 1100101 1000001 0 110010 1000100 10101 10000 111000 110100

Color Harmonies of #CA6541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6541

Black with #CA6541

Text Example


Text Example

White with #CA6541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6541; }

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

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

background-color css

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

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

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

border-color css

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

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

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