Html Css Color HEX #CA6341 Ecstasy

📋 copy color: '#CA6341'

red 202 ◦ green 99 ◦ blue 65

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

Shades of Ecstasy #CA6341

Tints of Ecstasy #CA6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

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

R = 55.19%
G = 27.05%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA6341 (or 0xCA6341) is known color: Ecstasy. HEX triplet: CA, 63 and 41. RGB value is (202,99,65). Sum of RGB (Red+Green+Blue) = 202+99+65=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6341 is #359CBE. Grayscale: #7E7E7E. Windows color (decimal): -3513535 or 4285386. OLE color: 4285386.

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

Color convert

RGB 202 99 65 -
CMYK 0 0.51 0.68 0.21
HSL 14.89º 0.56% 0.52% -
HSV(B) 14.89º 0.68% 0.79% -
XYZ 29.77 21.86 7.65 -
YUV 125.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 202 99 65 0 0.51 0.68 0.21 14.89 0.56 0.52
Hex CA 63 41 0 33 44 15 F 38 34
Octal 312 143 101 0 63 104 25 17 70 64
Binary 11001010 1100011 1000001 0 110011 1000100 10101 1111 111000 110100

Color Harmonies of #CA6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6341

Black with #CA6341

Text Example


Text Example

White with #CA6341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6341; }

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

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

background-color css

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

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

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

border-color css

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

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

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