Html Css Color HEX #C05408 Tenne (Tawny)

📋 copy color: '#C05408'

red 192 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #C05408

Tints of Tenne (Tawny) #C05408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.82%

R = 67.61%
G = 29.58%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C05408 (or 0xC05408) is known color: Tenne (Tawny). HEX triplet: C0, 54 and 08. RGB value is (192,84,8). Sum of RGB (Red+Green+Blue) = 192+84+8=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C05408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05408 is #3FABF7. Grayscale: #6C6C6C. Windows color (decimal): -4172792 or 545984. OLE color: 545984.

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

Color convert

RGB 192 84 8 -
CMYK 0 0.56 0.96 0.25
HSL 24.78º 0.92% 0.39% -
HSV(B) 24.78º 0.96% 0.75% -
XYZ 24.95 17.56 2.3 -
YUV 107.63 71.78 188.18 -
System Red Green Blue C M Y K H S L
Decimal 192 84 8 0 0.56 0.96 0.25 24.78 0.92 0.39
Hex C0 54 8 0 38 60 19 19 5C 27
Octal 300 124 10 0 70 140 31 31 134 47
Binary 11000000 1010100 1000 0 111000 1100000 11001 11001 1011100 100111

Color Harmonies of #C05408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05408

Black with #C05408

Text Example


Text Example

White with #C05408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05408; }

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

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

background-color css

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

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

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

border-color css

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

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

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