Html Css Color HEX #C06C05 Tenne (Tawny)

📋 copy color: '#C06C05'

red 192 ◦ green 108 ◦ blue 5

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

Shades of Tenne (Tawny) #C06C05

Tints of Tenne (Tawny) #C06C05

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 62.95%
G = 35.41%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C06C05 (or 0xC06C05) is known color: Tenne (Tawny). HEX triplet: C0, 6C and 05. RGB value is (192,108,5). Sum of RGB (Red+Green+Blue) = 192+108+5=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C05 is #3F93FA. Grayscale: #797979. Windows color (decimal): -4166651 or 355520. OLE color: 355520.

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

Color convert

RGB 192 108 5 -
CMYK 0 0.44 0.97 0.25
HSL 33.05º 0.95% 0.39% -
HSV(B) 33.05º 0.97% 0.75% -
XYZ 27.13 21.94 2.95 -
YUV 121.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 192 108 5 0 0.44 0.97 0.25 33.05 0.95 0.39
Hex C0 6C 5 0 2C 61 19 21 5F 27
Octal 300 154 5 0 54 141 31 41 137 47
Binary 11000000 1101100 101 0 101100 1100001 11001 100001 1011111 100111

Color Harmonies of #C06C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C05

Black with #C06C05

Text Example


Text Example

White with #C06C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C05; }

 p { color: rgb(192,108,5); }

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

background-color css

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

 a { background-color: rgb(192,108,5); }

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

border-color css

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

 span { border-color: rgb(192,108,5); }

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