Html Css Color HEX #C44C06 Tenne (Tawny)

📋 copy color: '#C44C06'

red 196 ◦ green 76 ◦ blue 6

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

Shades of Tenne (Tawny) #C44C06

Tints of Tenne (Tawny) #C44C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.16%

R = 70.5%
G = 27.34%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C44C06 (or 0xC44C06) is known color: Tenne (Tawny). HEX triplet: C4, 4C and 06. RGB value is (196,76,6). Sum of RGB (Red+Green+Blue) = 196+76+6=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C06 is #3BB3F9. Grayscale: #686868. Windows color (decimal): -3912698 or 412868. OLE color: 412868.

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

Color convert

RGB 196 76 6 -
CMYK 0 0.61 0.97 0.23
HSL 22.11º 0.94% 0.4% -
HSV(B) 22.11º 0.97% 0.77% -
XYZ 25.38 16.92 2.1 -
YUV 103.9 72.76 193.69 -
System Red Green Blue C M Y K H S L
Decimal 196 76 6 0 0.61 0.97 0.23 22.11 0.94 0.4
Hex C4 4C 6 0 3D 61 17 16 5E 28
Octal 304 114 6 0 75 141 27 26 136 50
Binary 11000100 1001100 110 0 111101 1100001 10111 10110 1011110 101000

Color Harmonies of #C44C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C06

Black with #C44C06

Text Example


Text Example

White with #C44C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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