Html Css Color HEX #C05308 Tenne (Tawny)

📋 copy color: '#C05308'

red 192 ◦ green 83 ◦ blue 8

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

Shades of Tenne (Tawny) #C05308

Tints of Tenne (Tawny) #C05308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

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

R = 67.84%
G = 29.33%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C05308 (or 0xC05308) is known color: Tenne (Tawny). HEX triplet: C0, 53 and 08. RGB value is (192,83,8). Sum of RGB (Red+Green+Blue) = 192+83+8=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C05308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05308 is #3FACF7. Grayscale: #6B6B6B. Windows color (decimal): -4173048 or 545728. OLE color: 545728.

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

Color convert

RGB 192 83 8 -
CMYK 0 0.57 0.96 0.25
HSL 24.46º 0.92% 0.39% -
HSV(B) 24.46º 0.96% 0.75% -
XYZ 24.88 17.41 2.28 -
YUV 107.04 72.11 188.6 -
System Red Green Blue C M Y K H S L
Decimal 192 83 8 0 0.57 0.96 0.25 24.46 0.92 0.39
Hex C0 53 8 0 39 60 19 18 5C 27
Octal 300 123 10 0 71 140 31 30 134 47
Binary 11000000 1010011 1000 0 111001 1100000 11001 11000 1011100 100111

Color Harmonies of #C05308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05308

Black with #C05308

Text Example


Text Example

White with #C05308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05308; }

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

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

background-color css

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

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

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

border-color css

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

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

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