Html Css Color HEX #C76340 Ecstasy

📋 copy color: '#C76340'

red 199 ◦ green 99 ◦ blue 64

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

Shades of Ecstasy #C76340

Tints of Ecstasy #C76340

RGB

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

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

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

R = 54.97%
G = 27.35%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C76340 (or 0xC76340) is known color: Ecstasy. HEX triplet: C7, 63 and 40. RGB value is (199,99,64). Sum of RGB (Red+Green+Blue) = 199+99+64=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C76340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76340 is #389CBF. Grayscale: #7D7D7D. Windows color (decimal): -3710144 or 4219847. OLE color: 4219847.

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

Color convert

RGB 199 99 64 -
CMYK 0 0.50 0.68 0.22
HSL 15.56º 0.55% 0.52% -
HSV(B) 15.56º 0.68% 0.78% -
XYZ 28.94 21.44 7.46 -
YUV 124.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 199 99 64 0 0.50 0.68 0.22 15.56 0.55 0.52
Hex C7 63 40 0 32 44 16 10 37 34
Octal 307 143 100 0 62 104 26 20 67 64
Binary 11000111 1100011 1000000 0 110010 1000100 10110 10000 110111 110100

Color Harmonies of #C76340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76340

Black with #C76340

Text Example


Text Example

White with #C76340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76340; }

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

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

background-color css

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

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

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

border-color css

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

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

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