Html Css Color HEX #C44F07 Tenne (Tawny)

📋 copy color: '#C44F07'

red 196 ◦ green 79 ◦ blue 7

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

Shades of Tenne (Tawny) #C44F07

Tints of Tenne (Tawny) #C44F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.48%

R = 69.5%
G = 28.01%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C44F07 (or 0xC44F07) is known color: Tenne (Tawny). HEX triplet: C4, 4F and 07. RGB value is (196,79,7). Sum of RGB (Red+Green+Blue) = 196+79+7=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44F07 is #3BB0F8. Grayscale: #6A6A6A. Windows color (decimal): -3911929 or 479172. OLE color: 479172.

HSL color Cylindrical-coordinate representation of color #C44F07: hue angle of 22.86º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C44F07 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 79 7 -
CMYK 0 0.60 0.96 0.23
HSL 22.86º 0.93% 0.4% -
HSV(B) 22.86º 0.96% 0.77% -
XYZ 25.6 17.34 2.2 -
YUV 105.78 72.26 192.35 -
System Red Green Blue C M Y K H S L
Decimal 196 79 7 0 0.60 0.96 0.23 22.86 0.93 0.4
Hex C4 4F 7 0 3C 60 17 17 5D 28
Octal 304 117 7 0 74 140 27 27 135 50
Binary 11000100 1001111 111 0 111100 1100000 10111 10111 1011101 101000

Color Harmonies of #C44F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F07

Black with #C44F07

Text Example


Text Example

White with #C44F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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