Html Css Color HEX #C84A00 Tenne (Tawny)

📋 copy color: '#C84A00'

red 200 ◦ green 74 ◦ blue 0

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

Shades of Tenne (Tawny) #C84A00

Tints of Tenne (Tawny) #C84A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

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

R = 72.99%
G = 27.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C84A00 (or 0xC84A00) is known color: Tenne (Tawny). HEX triplet: C8, 4A and 00. RGB value is (200,74,0). Sum of RGB (Red+Green+Blue) = 200+74+0=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84A00 is #37B5FF. Grayscale: #676767. Windows color (decimal): -3651072 or 19144. OLE color: 19144.

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

Color convert

RGB 200 74 0 -
CMYK 0 0.63 1 0.22
HSL 22.2º 1% 0.39% -
HSV(B) 22.2º 1% 0.78% -
XYZ 26.27 17.18 1.93 -
YUV 103.24 69.74 197.02 -
System Red Green Blue C M Y K H S L
Decimal 200 74 0 0 0.63 1 0.22 22.2 1 0.39
Hex C8 4A 0 0 3F 64 16 16 64 27
Octal 310 112 0 0 77 144 26 26 144 47
Binary 11001000 1001010 0 0 111111 1100100 10110 10110 1100100 100111

Color Harmonies of #C84A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84A00

Black with #C84A00

Text Example


Text Example

White with #C84A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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