Html Css Color HEX #C05C08 Tenne (Tawny)

📋 copy color: '#C05C08'

red 192 ◦ green 92 ◦ blue 8

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

Shades of Tenne (Tawny) #C05C08

Tints of Tenne (Tawny) #C05C08

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.51%

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

R = 65.75%
G = 31.51%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C05C08 (or 0xC05C08) is known color: Tenne (Tawny). HEX triplet: C0, 5C and 08. RGB value is (192,92,8). Sum of RGB (Red+Green+Blue) = 192+92+8=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05C08 is #3FA3F7. Grayscale: #707070. Windows color (decimal): -4170744 or 548032. OLE color: 548032.

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

Color convert

RGB 192 92 8 -
CMYK 0 0.52 0.96 0.25
HSL 27.39º 0.92% 0.39% -
HSV(B) 27.39º 0.96% 0.75% -
XYZ 25.61 18.88 2.52 -
YUV 112.32 69.13 184.83 -
System Red Green Blue C M Y K H S L
Decimal 192 92 8 0 0.52 0.96 0.25 27.39 0.92 0.39
Hex C0 5C 8 0 34 60 19 1B 5C 27
Octal 300 134 10 0 64 140 31 33 134 47
Binary 11000000 1011100 1000 0 110100 1100000 11001 11011 1011100 100111

Color Harmonies of #C05C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C08

Black with #C05C08

Text Example


Text Example

White with #C05C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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