Html Css Color HEX #C44C07 Tenne (Tawny)

📋 copy color: '#C44C07'

red 196 ◦ green 76 ◦ blue 7

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

Shades of Tenne (Tawny) #C44C07

Tints of Tenne (Tawny) #C44C07

RGB

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

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

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

R = 70.25%
G = 27.24%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C44C07 (or 0xC44C07) is known color: Tenne (Tawny). HEX triplet: C4, 4C and 07. RGB value is (196,76,7). Sum of RGB (Red+Green+Blue) = 196+76+7=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C07 is #3BB3F8. Grayscale: #686868. Windows color (decimal): -3912697 or 478404. OLE color: 478404.

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

Color convert

RGB 196 76 7 -
CMYK 0 0.61 0.96 0.23
HSL 21.9º 0.93% 0.4% -
HSV(B) 21.9º 0.96% 0.77% -
XYZ 25.39 16.92 2.13 -
YUV 104.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 196 76 7 0 0.61 0.96 0.23 21.9 0.93 0.4
Hex C4 4C 7 0 3D 60 17 16 5D 28
Octal 304 114 7 0 75 140 27 26 135 50
Binary 11000100 1001100 111 0 111101 1100000 10111 10110 1011101 101000

Color Harmonies of #C44C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C07

Black with #C44C07

Text Example


Text Example

White with #C44C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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