Html Css Color HEX #C44600 Tenne (Tawny)

📋 copy color: '#C44600'

red 196 ◦ green 70 ◦ blue 0

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

Shades of Tenne (Tawny) #C44600

Tints of Tenne (Tawny) #C44600

RGB

 RED value IS 196 (76.95% from 255) = 73.68%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.68%
G = 26.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C44600 (or 0xC44600) is known color: Tenne (Tawny). HEX triplet: C4, 46 and 00. RGB value is (196,70,0). Sum of RGB (Red+Green+Blue) = 196+70+0=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C44600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44600 is #3BB9FF. Grayscale: #646464. Windows color (decimal): -3914240 or 18116. OLE color: 18116.

HSL color Cylindrical-coordinate representation of color #C44600: hue angle of 21.43º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C44600 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 70 0 -
CMYK 0 0.64 1 0.23
HSL 21.43º 1% 0.38% -
HSV(B) 21.43º 1% 0.77% -
XYZ 24.96 16.12 1.8 -
YUV 99.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 196 70 0 0 0.64 1 0.23 21.43 1 0.38
Hex C4 46 0 0 40 64 17 15 64 26
Octal 304 106 0 0 100 144 27 25 144 46
Binary 11000100 1000110 0 0 1000000 1100100 10111 10101 1100100 100110

Color Harmonies of #C44600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44600

Black with #C44600

Text Example


Text Example

White with #C44600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44600; }

 p { color: rgb(196,70,0); }

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

background-color css

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

 a { background-color: rgb(196,70,0); }

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

border-color css

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

 span { border-color: rgb(196,70,0); }

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