Html Css Color HEX #C15006 Tenne (Tawny)

📋 copy color: '#C15006'

red 193 ◦ green 80 ◦ blue 6

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

Shades of Tenne (Tawny) #C15006

Tints of Tenne (Tawny) #C15006

RGB

 RED value IS 193 (75.78% from 255) = 69.18%

 GREEN value IS 80 (31.64% from 255) = 28.67%

 BLUE value IS 6 (2.73% from 255) = 2.15%

R = 69.18%
G = 28.67%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C15006 (or 0xC15006) is known color: Tenne (Tawny). HEX triplet: C1, 50 and 06. RGB value is (193,80,6). Sum of RGB (Red+Green+Blue) = 193+80+6=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C15006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15006 is #3EAFF9. Grayscale: #696969. Windows color (decimal): -4108282 or 413889. OLE color: 413889.

HSL color Cylindrical-coordinate representation of color #C15006: hue angle of 23.74º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C15006 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 6 -
CMYK 0 0.59 0.97 0.24
HSL 23.74º 0.94% 0.39% -
HSV(B) 23.74º 0.97% 0.76% -
XYZ 24.89 17.09 2.16 -
YUV 105.35 71.94 190.52 -
System Red Green Blue C M Y K H S L
Decimal 193 80 6 0 0.59 0.97 0.24 23.74 0.94 0.39
Hex C1 50 6 0 3B 61 18 18 5E 27
Octal 301 120 6 0 73 141 30 30 136 47
Binary 11000001 1010000 110 0 111011 1100001 11000 11000 1011110 100111

Color Harmonies of #C15006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15006

Black with #C15006

Text Example


Text Example

White with #C15006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15006; }

 p { color: rgb(193,80,6); }

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

background-color css

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

 a { background-color: rgb(193,80,6); }

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

border-color css

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

 span { border-color: rgb(193,80,6); }

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