Html Css Color HEX #C06005 Tenne (Tawny)

📋 copy color: '#C06005'

red 192 ◦ green 96 ◦ blue 5

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

Shades of Tenne (Tawny) #C06005

Tints of Tenne (Tawny) #C06005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.76%

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

R = 65.53%
G = 32.76%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C06005 (or 0xC06005) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 05. RGB value is (192,96,5). Sum of RGB (Red+Green+Blue) = 192+96+5=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C06005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06005 is #3F9FFA. Grayscale: #727272. Windows color (decimal): -4169723 or 352448. OLE color: 352448.

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

Color convert

RGB 192 96 5 -
CMYK 0 0.50 0.97 0.25
HSL 29.2º 0.95% 0.39% -
HSV(B) 29.2º 0.97% 0.75% -
XYZ 25.95 19.58 2.56 -
YUV 114.33 66.3 183.4 -
System Red Green Blue C M Y K H S L
Decimal 192 96 5 0 0.50 0.97 0.25 29.2 0.95 0.39
Hex C0 60 5 0 32 61 19 1D 5F 27
Octal 300 140 5 0 62 141 31 35 137 47
Binary 11000000 1100000 101 0 110010 1100001 11001 11101 1011111 100111

Color Harmonies of #C06005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06005

Black with #C06005

Text Example


Text Example

White with #C06005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06005; }

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

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

background-color css

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

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

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

border-color css

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

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

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