Html Css Color HEX #C44900 Tenne (Tawny)

📋 copy color: '#C44900'

red 196 ◦ green 73 ◦ blue 0

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

Shades of Tenne (Tawny) #C44900

Tints of Tenne (Tawny) #C44900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.14%

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

R = 72.86%
G = 27.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C44900 (or 0xC44900) is known color: Tenne (Tawny). HEX triplet: C4, 49 and 00. RGB value is (196,73,0). Sum of RGB (Red+Green+Blue) = 196+73+0=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C44900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44900 is #3BB6FF. Grayscale: #656565. Windows color (decimal): -3913472 or 18884. OLE color: 18884.

HSL color Cylindrical-coordinate representation of color #C44900: hue angle of 22.35º 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 #C44900 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 73 0 -
CMYK 0 0.63 1 0.23
HSL 22.35º 1% 0.38% -
HSV(B) 22.35º 1% 0.77% -
XYZ 25.15 16.5 1.86 -
YUV 101.46 70.75 195.44 -
System Red Green Blue C M Y K H S L
Decimal 196 73 0 0 0.63 1 0.23 22.35 1 0.38
Hex C4 49 0 0 3F 64 17 16 64 26
Octal 304 111 0 0 77 144 27 26 144 46
Binary 11000100 1001001 0 0 111111 1100100 10111 10110 1100100 100110

Color Harmonies of #C44900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44900

Black with #C44900

Text Example


Text Example

White with #C44900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44900; }

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

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

background-color css

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

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

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

border-color css

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

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

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