Html Css Color HEX #C84C0E Tenne (Tawny)

📋 copy color: '#C84C0E'

red 200 ◦ green 76 ◦ blue 14

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

Shades of Tenne (Tawny) #C84C0E

Tints of Tenne (Tawny) #C84C0E

RGB

 RED value IS 200 (78.52% from 255) = 68.97%

 GREEN value IS 76 (30.08% from 255) = 26.21%

 BLUE value IS 14 (5.86% from 255) = 4.83%

R = 68.97%
G = 26.21%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C84C0E (or 0xC84C0E) is known color: Tenne (Tawny). HEX triplet: C8, 4C and 0E. RGB value is (200,76,14). Sum of RGB (Red+Green+Blue) = 200+76+14=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C84C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84C0E is #37B3F1. Grayscale: #6A6A6A. Windows color (decimal): -3650546 or 937160. OLE color: 937160.

HSL color Cylindrical-coordinate representation of color #C84C0E: hue angle of 20º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C84C0E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 76 14 -
CMYK 0 0.62 0.93 0.22
HSL 20º 0.87% 0.42% -
HSV(B) 20º 0.93% 0.78% -
XYZ 26.48 17.48 2.39 -
YUV 106.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 200 76 14 0 0.62 0.93 0.22 20 0.87 0.42
Hex C8 4C E 0 3E 5D 16 14 57 2A
Octal 310 114 16 0 76 135 26 24 127 52
Binary 11001000 1001100 1110 0 111110 1011101 10110 10100 1010111 101010

Color Harmonies of #C84C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84C0E

Black with #C84C0E

Text Example


Text Example

White with #C84C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84C0E; }

 p { color: rgb(200,76,14); }

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

background-color css

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

 a { background-color: rgb(200,76,14); }

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

border-color css

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

 span { border-color: rgb(200,76,14); }

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