Html Css Color HEX #C44F0A Tenne (Tawny)

📋 copy color: '#C44F0A'

red 196 ◦ green 79 ◦ blue 10

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

Shades of Tenne (Tawny) #C44F0A

Tints of Tenne (Tawny) #C44F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 68.77%
G = 27.72%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C44F0A (or 0xC44F0A) is known color: Tenne (Tawny). HEX triplet: C4, 4F and 0A. RGB value is (196,79,10). Sum of RGB (Red+Green+Blue) = 196+79+10=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44F0A is #3BB0F5. Grayscale: #6A6A6A. Windows color (decimal): -3911926 or 675780. OLE color: 675780.

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

Color convert

RGB 196 79 10 -
CMYK 0 0.60 0.95 0.23
HSL 22.26º 0.9% 0.4% -
HSV(B) 22.26º 0.95% 0.77% -
XYZ 25.62 17.35 2.29 -
YUV 106.12 73.76 192.11 -
System Red Green Blue C M Y K H S L
Decimal 196 79 10 0 0.60 0.95 0.23 22.26 0.9 0.4
Hex C4 4F A 0 3C 5F 17 16 5A 28
Octal 304 117 12 0 74 137 27 26 132 50
Binary 11000100 1001111 1010 0 111100 1011111 10111 10110 1011010 101000

Color Harmonies of #C44F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F0A

Black with #C44F0A

Text Example


Text Example

White with #C44F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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