Html Css Color HEX #C05400 Tenne (Tawny)

📋 copy color: '#C05400'

red 192 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #C05400

Tints of Tenne (Tawny) #C05400

RGB

 RED value IS 192 (75.39% from 255) = 69.57%

 GREEN value IS 84 (33.2% from 255) = 30.43%

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

R = 69.57%
G = 30.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C05400 (or 0xC05400) is known color: Tenne (Tawny). HEX triplet: C0, 54 and 00. RGB value is (192,84,0). Sum of RGB (Red+Green+Blue) = 192+84+0=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C05400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05400 is #3FABFF. Grayscale: #6B6B6B. Windows color (decimal): -4172800 or 21696. OLE color: 21696.

HSL color Cylindrical-coordinate representation of color #C05400: hue angle of 26.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C05400 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 84 0 -
CMYK 0 0.56 1 0.25
HSL 26.25º 1% 0.38% -
HSV(B) 26.25º 1% 0.75% -
XYZ 24.91 17.55 2.07 -
YUV 106.72 67.78 188.83 -
System Red Green Blue C M Y K H S L
Decimal 192 84 0 0 0.56 1 0.25 26.25 1 0.38
Hex C0 54 0 0 38 64 19 1A 64 26
Octal 300 124 0 0 70 144 31 32 144 46
Binary 11000000 1010100 0 0 111000 1100100 11001 11010 1100100 100110

Color Harmonies of #C05400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05400

Black with #C05400

Text Example


Text Example

White with #C05400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05400; }

 p { color: rgb(192,84,0); }

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

background-color css

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

 a { background-color: rgb(192,84,0); }

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

border-color css

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

 span { border-color: rgb(192,84,0); }

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