Html Css Color HEX #C44F00 Tenne (Tawny)

📋 copy color: '#C44F00'

red 196 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #C44F00

Tints of Tenne (Tawny) #C44F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.73%

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

R = 71.27%
G = 28.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C44F00 (or 0xC44F00) is known color: Tenne (Tawny). HEX triplet: C4, 4F and 00. RGB value is (196,79,0). Sum of RGB (Red+Green+Blue) = 196+79+0=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44F00 is #3BB0FF. Grayscale: #696969. Windows color (decimal): -3911936 or 20420. OLE color: 20420.

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

Color convert

RGB 196 79 0 -
CMYK 0 0.60 1 0.23
HSL 24.18º 1% 0.38% -
HSV(B) 24.18º 1% 0.77% -
XYZ 25.56 17.33 2 -
YUV 104.98 68.76 192.92 -
System Red Green Blue C M Y K H S L
Decimal 196 79 0 0 0.60 1 0.23 24.18 1 0.38
Hex C4 4F 0 0 3C 64 17 18 64 26
Octal 304 117 0 0 74 144 27 30 144 46
Binary 11000100 1001111 0 0 111100 1100100 10111 11000 1100100 100110

Color Harmonies of #C44F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F00

Black with #C44F00

Text Example


Text Example

White with #C44F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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