Html Css Color HEX #C44C00 Tenne (Tawny)

📋 copy color: '#C44C00'

red 196 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #C44C00

Tints of Tenne (Tawny) #C44C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.94%

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

R = 72.06%
G = 27.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C44C00 (or 0xC44C00) is known color: Tenne (Tawny). HEX triplet: C4, 4C and 00. RGB value is (196,76,0). Sum of RGB (Red+Green+Blue) = 196+76+0=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C00 is #3BB3FF. Grayscale: #676767. Windows color (decimal): -3912704 or 19652. OLE color: 19652.

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

Color convert

RGB 196 76 0 -
CMYK 0 0.61 1 0.23
HSL 23.27º 1% 0.38% -
HSV(B) 23.27º 1% 0.77% -
XYZ 25.35 16.9 1.93 -
YUV 103.22 69.76 194.18 -
System Red Green Blue C M Y K H S L
Decimal 196 76 0 0 0.61 1 0.23 23.27 1 0.38
Hex C4 4C 0 0 3D 64 17 17 64 26
Octal 304 114 0 0 75 144 27 27 144 46
Binary 11000100 1001100 0 0 111101 1100100 10111 10111 1100100 100110

Color Harmonies of #C44C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C00

Black with #C44C00

Text Example


Text Example

White with #C44C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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