Html Css Color HEX #C76940 Ecstasy

📋 copy color: '#C76940'

red 199 ◦ green 105 ◦ blue 64

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

Shades of Ecstasy #C76940

Tints of Ecstasy #C76940

RGB

 RED value IS 199 (78.13% from 255) = 54.08%

 GREEN value IS 105 (41.41% from 255) = 28.53%

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

R = 54.08%
G = 28.53%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C76940 (or 0xC76940) is known color: Ecstasy. HEX triplet: C7, 69 and 40. RGB value is (199,105,64). Sum of RGB (Red+Green+Blue) = 199+105+64=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C76940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76940 is #3896BF. Grayscale: #808080. Windows color (decimal): -3708608 or 4221383. OLE color: 4221383.

HSL color Cylindrical-coordinate representation of color #C76940: hue angle of 18.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C76940 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 105 64 -
CMYK 0 0.47 0.68 0.22
HSL 18.22º 0.55% 0.52% -
HSV(B) 18.22º 0.68% 0.78% -
XYZ 29.53 22.62 7.66 -
YUV 128.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 199 105 64 0 0.47 0.68 0.22 18.22 0.55 0.52
Hex C7 69 40 0 2F 44 16 12 37 34
Octal 307 151 100 0 57 104 26 22 67 64
Binary 11000111 1101001 1000000 0 101111 1000100 10110 10010 110111 110100

Color Harmonies of #C76940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76940

Black with #C76940

Text Example


Text Example

White with #C76940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76940; }

 p { color: rgb(199,105,64); }

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

background-color css

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

 a { background-color: rgb(199,105,64); }

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

border-color css

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

 span { border-color: rgb(199,105,64); }

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