Html Css Color HEX #C06408 Tenne (Tawny)

📋 copy color: '#C06408'

red 192 ◦ green 100 ◦ blue 8

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

Shades of Tenne (Tawny) #C06408

Tints of Tenne (Tawny) #C06408

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

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

R = 64%
G = 33.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C06408 (or 0xC06408) is known color: Tenne (Tawny). HEX triplet: C0, 64 and 08. RGB value is (192,100,8). Sum of RGB (Red+Green+Blue) = 192+100+8=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C06408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06408 is #3F9BF7. Grayscale: #757575. Windows color (decimal): -4168696 or 550080. OLE color: 550080.

HSL color Cylindrical-coordinate representation of color #C06408: hue angle of 30º 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 #C06408 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 8 -
CMYK 0 0.48 0.96 0.25
HSL 30º 0.92% 0.39% -
HSV(B) 30º 0.96% 0.75% -
XYZ 26.34 20.34 2.77 -
YUV 117.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 192 100 8 0 0.48 0.96 0.25 30 0.92 0.39
Hex C0 64 8 0 30 60 19 1E 5C 27
Octal 300 144 10 0 60 140 31 36 134 47
Binary 11000000 1100100 1000 0 110000 1100000 11001 11110 1011100 100111

Color Harmonies of #C06408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06408

Black with #C06408

Text Example


Text Example

White with #C06408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06408; }

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

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

background-color css

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

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

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

border-color css

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

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

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