Html Css Color HEX #C06205 Tenne (Tawny)

📋 copy color: '#C06205'

red 192 ◦ green 98 ◦ blue 5

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

Shades of Tenne (Tawny) #C06205

Tints of Tenne (Tawny) #C06205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.22%

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

R = 65.08%
G = 33.22%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C06205 (or 0xC06205) is known color: Tenne (Tawny). HEX triplet: C0, 62 and 05. RGB value is (192,98,5). Sum of RGB (Red+Green+Blue) = 192+98+5=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C06205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06205 is #3F9DFA. Grayscale: #737373. Windows color (decimal): -4169211 or 352960. OLE color: 352960.

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

Color convert

RGB 192 98 5 -
CMYK 0 0.49 0.97 0.25
HSL 29.84º 0.95% 0.39% -
HSV(B) 29.84º 0.97% 0.75% -
XYZ 26.13 19.95 2.62 -
YUV 115.5 65.64 182.56 -
System Red Green Blue C M Y K H S L
Decimal 192 98 5 0 0.49 0.97 0.25 29.84 0.95 0.39
Hex C0 62 5 0 31 61 19 1E 5F 27
Octal 300 142 5 0 61 141 31 36 137 47
Binary 11000000 1100010 101 0 110001 1100001 11001 11110 1011111 100111

Color Harmonies of #C06205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06205

Black with #C06205

Text Example


Text Example

White with #C06205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06205; }

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

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

background-color css

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

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

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

border-color css

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

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

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