Html Css Color HEX #C84600 Tenne (Tawny)

📋 copy color: '#C84600'

red 200 ◦ green 70 ◦ blue 0

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

Shades of Tenne (Tawny) #C84600

Tints of Tenne (Tawny) #C84600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.07%
G = 25.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C84600 (or 0xC84600) is known color: Tenne (Tawny). HEX triplet: C8, 46 and 00. RGB value is (200,70,0). Sum of RGB (Red+Green+Blue) = 200+70+0=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C84600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84600 is #37B9FF. Grayscale: #656565. Windows color (decimal): -3652096 or 18120. OLE color: 18120.

HSL color Cylindrical-coordinate representation of color #C84600: hue angle of 21º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C84600 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 70 0 -
CMYK 0 0.65 1 0.22
HSL 21º 1% 0.39% -
HSV(B) 21º 1% 0.78% -
XYZ 26.01 16.66 1.84 -
YUV 100.89 71.07 198.69 -
System Red Green Blue C M Y K H S L
Decimal 200 70 0 0 0.65 1 0.22 21 1 0.39
Hex C8 46 0 0 41 64 16 15 64 27
Octal 310 106 0 0 101 144 26 25 144 47
Binary 11001000 1000110 0 0 1000001 1100100 10110 10101 1100100 100111

Color Harmonies of #C84600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84600

Black with #C84600

Text Example


Text Example

White with #C84600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84600; }

 p { color: rgb(200,70,0); }

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

background-color css

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

 a { background-color: rgb(200,70,0); }

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

border-color css

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

 span { border-color: rgb(200,70,0); }

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