Html Css Color HEX #C94606 Tenne (Tawny)

📋 copy color: '#C94606'

red 201 ◦ green 70 ◦ blue 6

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

Shades of Tenne (Tawny) #C94606

Tints of Tenne (Tawny) #C94606

RGB

 RED value IS 201 (78.91% from 255) = 72.56%

 GREEN value IS 70 (27.73% from 255) = 25.27%

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

R = 72.56%
G = 25.27%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C94606 (or 0xC94606) is known color: Tenne (Tawny). HEX triplet: C9, 46 and 06. RGB value is (201,70,6). Sum of RGB (Red+Green+Blue) = 201+70+6=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C94606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94606 is #36B9F9. Grayscale: #666666. Windows color (decimal): -3586554 or 411337. OLE color: 411337.

HSL color Cylindrical-coordinate representation of color #C94606: hue angle of 19.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C94606 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 70 6 -
CMYK 0 0.65 0.97 0.21
HSL 19.69º 0.94% 0.41% -
HSV(B) 19.69º 0.97% 0.79% -
XYZ 26.31 16.81 2.03 -
YUV 101.87 73.9 198.7 -
System Red Green Blue C M Y K H S L
Decimal 201 70 6 0 0.65 0.97 0.21 19.69 0.94 0.41
Hex C9 46 6 0 41 61 15 14 5E 29
Octal 311 106 6 0 101 141 25 24 136 51
Binary 11001001 1000110 110 0 1000001 1100001 10101 10100 1011110 101001

Color Harmonies of #C94606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94606

Black with #C94606

Text Example


Text Example

White with #C94606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94606; }

 p { color: rgb(201,70,6); }

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

background-color css

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

 a { background-color: rgb(201,70,6); }

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

border-color css

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

 span { border-color: rgb(201,70,6); }

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