Html Css Color HEX #C44800 Tenne (Tawny)

📋 copy color: '#C44800'

red 196 ◦ green 72 ◦ blue 0

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

Shades of Tenne (Tawny) #C44800

Tints of Tenne (Tawny) #C44800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.87%

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

R = 73.13%
G = 26.87%
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

#C44800 (or 0xC44800) is known color: Tenne (Tawny). HEX triplet: C4, 48 and 00. RGB value is (196,72,0). Sum of RGB (Red+Green+Blue) = 196+72+0=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C44800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44800 is #3BB7FF. Grayscale: #656565. Windows color (decimal): -3913728 or 18628. OLE color: 18628.

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

Color convert

RGB 196 72 0 -
CMYK 0 0.63 1 0.23
HSL 22.04º 1% 0.38% -
HSV(B) 22.04º 1% 0.77% -
XYZ 25.08 16.37 1.84 -
YUV 100.87 71.08 195.85 -
System Red Green Blue C M Y K H S L
Decimal 196 72 0 0 0.63 1 0.23 22.04 1 0.38
Hex C4 48 0 0 3F 64 17 16 64 26
Octal 304 110 0 0 77 144 27 26 144 46
Binary 11000100 1001000 0 0 111111 1100100 10111 10110 1100100 100110

Color Harmonies of #C44800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44800

Black with #C44800

Text Example


Text Example

White with #C44800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44800; }

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

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

background-color css

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

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

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

border-color css

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

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

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