Html Css Color HEX #C84800 Tenne (Tawny)

📋 copy color: '#C84800'

red 200 ◦ green 72 ◦ blue 0

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

Shades of Tenne (Tawny) #C84800

Tints of Tenne (Tawny) #C84800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

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

R = 73.53%
G = 26.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C84800 (or 0xC84800) is known color: Tenne (Tawny). HEX triplet: C8, 48 and 00. RGB value is (200,72,0). Sum of RGB (Red+Green+Blue) = 200+72+0=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C84800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84800 is #37B7FF. Grayscale: #666666. Windows color (decimal): -3651584 or 18632. OLE color: 18632.

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

Color convert

RGB 200 72 0 -
CMYK 0 0.64 1 0.22
HSL 21.6º 1% 0.39% -
HSV(B) 21.6º 1% 0.78% -
XYZ 26.14 16.91 1.89 -
YUV 102.06 70.41 197.85 -
System Red Green Blue C M Y K H S L
Decimal 200 72 0 0 0.64 1 0.22 21.6 1 0.39
Hex C8 48 0 0 40 64 16 16 64 27
Octal 310 110 0 0 100 144 26 26 144 47
Binary 11001000 1001000 0 0 1000000 1100100 10110 10110 1100100 100111

Color Harmonies of #C84800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84800

Black with #C84800

Text Example


Text Example

White with #C84800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84800; }

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

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

background-color css

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

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

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

border-color css

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

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

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