Html Css Color HEX #C84300 Tenne (Tawny)

📋 copy color: '#C84300'

red 200 ◦ green 67 ◦ blue 0

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

Shades of Tenne (Tawny) #C84300

Tints of Tenne (Tawny) #C84300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

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

R = 74.91%
G = 25.09%
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

#C84300 (or 0xC84300) is known color: Tenne (Tawny). HEX triplet: C8, 43 and 00. RGB value is (200,67,0). Sum of RGB (Red+Green+Blue) = 200+67+0=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C84300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84300 is #37BCFF. Grayscale: #636363. Windows color (decimal): -3652864 or 17352. OLE color: 17352.

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

Color convert

RGB 200 67 0 -
CMYK 0 0.66 1 0.22
HSL 20.1º 1% 0.39% -
HSV(B) 20.1º 1% 0.78% -
XYZ 25.83 16.29 1.78 -
YUV 99.13 72.06 199.95 -
System Red Green Blue C M Y K H S L
Decimal 200 67 0 0 0.66 1 0.22 20.1 1 0.39
Hex C8 43 0 0 42 64 16 14 64 27
Octal 310 103 0 0 102 144 26 24 144 47
Binary 11001000 1000011 0 0 1000010 1100100 10110 10100 1100100 100111

Color Harmonies of #C84300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84300

Black with #C84300

Text Example


Text Example

White with #C84300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84300; }

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

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

background-color css

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

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

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

border-color css

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

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

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