Html Css Color HEX #C84801 Tenne (Tawny)

📋 copy color: '#C84801'

red 200 ◦ green 72 ◦ blue 1

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

Shades of Tenne (Tawny) #C84801

Tints of Tenne (Tawny) #C84801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 73.26%
G = 26.37%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C84801 (or 0xC84801) is known color: Tenne (Tawny). HEX triplet: C8, 48 and 01. RGB value is (200,72,1). Sum of RGB (Red+Green+Blue) = 200+72+1=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C84801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84801 is #37B7FE. Grayscale: #666666. Windows color (decimal): -3651583 or 84168. OLE color: 84168.

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

Color convert

RGB 200 72 1 -
CMYK 0 0.64 1.00 0.22
HSL 21.41º 0.99% 0.39% -
HSV(B) 21.41º 1% 0.78% -
XYZ 26.14 16.92 1.92 -
YUV 102.18 70.91 197.77 -
System Red Green Blue C M Y K H S L
Decimal 200 72 1 0 0.64 1.00 0.22 21.41 0.99 0.39
Hex C8 48 1 0 40 64 16 15 63 27
Octal 310 110 1 0 100 144 26 25 143 47
Binary 11001000 1001000 1 0 1000000 1100100 10110 10101 1100011 100111

Color Harmonies of #C84801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84801

Black with #C84801

Text Example


Text Example

White with #C84801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84801; }

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

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

background-color css

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

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

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

border-color css

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

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

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