Html Css Color HEX #C84500 Tenne (Tawny)

📋 copy color: '#C84500'

red 200 ◦ green 69 ◦ blue 0

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

Shades of Tenne (Tawny) #C84500

Tints of Tenne (Tawny) #C84500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.65%

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

R = 74.35%
G = 25.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C84500 (or 0xC84500) is known color: Tenne (Tawny). HEX triplet: C8, 45 and 00. RGB value is (200,69,0). Sum of RGB (Red+Green+Blue) = 200+69+0=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C84500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84500 is #37BAFF. Grayscale: #646464. Windows color (decimal): -3652352 or 17864. OLE color: 17864.

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

Color convert

RGB 200 69 0 -
CMYK 0 0.66 1 0.22
HSL 20.7º 1% 0.39% -
HSV(B) 20.7º 1% 0.78% -
XYZ 25.95 16.54 1.82 -
YUV 100.3 71.4 199.11 -
System Red Green Blue C M Y K H S L
Decimal 200 69 0 0 0.66 1 0.22 20.7 1 0.39
Hex C8 45 0 0 42 64 16 15 64 27
Octal 310 105 0 0 102 144 26 25 144 47
Binary 11001000 1000101 0 0 1000010 1100100 10110 10101 1100100 100111

Color Harmonies of #C84500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84500

Black with #C84500

Text Example


Text Example

White with #C84500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84500; }

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

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

background-color css

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

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

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

border-color css

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

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

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