Html Css Color HEX #CA6340 Ecstasy

📋 copy color: '#CA6340'

red 202 ◦ green 99 ◦ blue 64

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

Shades of Ecstasy #CA6340

Tints of Ecstasy #CA6340

RGB

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

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

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

R = 55.34%
G = 27.12%
B = 17.53%

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

#CA6340 (or 0xCA6340) is known color: Ecstasy. HEX triplet: CA, 63 and 40. RGB value is (202,99,64). Sum of RGB (Red+Green+Blue) = 202+99+64=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6340 is #359CBF. Grayscale: #7E7E7E. Windows color (decimal): -3513536 or 4219850. OLE color: 4219850.

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

Color convert

RGB 202 99 64 -
CMYK 0 0.51 0.68 0.21
HSL 15.22º 0.57% 0.52% -
HSV(B) 15.22º 0.68% 0.79% -
XYZ 29.74 21.85 7.5 -
YUV 125.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 202 99 64 0 0.51 0.68 0.21 15.22 0.57 0.52
Hex CA 63 40 0 33 44 15 F 39 34
Octal 312 143 100 0 63 104 25 17 71 64
Binary 11001010 1100011 1000000 0 110011 1000100 10101 1111 111001 110100

Color Harmonies of #CA6340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6340

Black with #CA6340

Text Example


Text Example

White with #CA6340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6340; }

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

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

background-color css

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

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

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

border-color css

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

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

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