Html Css Color HEX #C44801 Tenne (Tawny)

📋 copy color: '#C44801'

red 196 ◦ green 72 ◦ blue 1

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

Shades of Tenne (Tawny) #C44801

Tints of Tenne (Tawny) #C44801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 72.86%
G = 26.77%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C44801 (or 0xC44801) is known color: Tenne (Tawny). HEX triplet: C4, 48 and 01. RGB value is (196,72,1). Sum of RGB (Red+Green+Blue) = 196+72+1=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C44801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44801 is #3BB7FE. Grayscale: #656565. Windows color (decimal): -3913727 or 84164. OLE color: 84164.

HSL color Cylindrical-coordinate representation of color #C44801: hue angle of 21.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C44801 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 72 1 -
CMYK 0 0.63 0.99 0.23
HSL 21.85º 0.99% 0.39% -
HSV(B) 21.85º 0.99% 0.77% -
XYZ 25.09 16.37 1.87 -
YUV 100.98 71.58 195.77 -
System Red Green Blue C M Y K H S L
Decimal 196 72 1 0 0.63 0.99 0.23 21.85 0.99 0.39
Hex C4 48 1 0 3F 63 17 16 63 27
Octal 304 110 1 0 77 143 27 26 143 47
Binary 11000100 1001000 1 0 111111 1100011 10111 10110 1100011 100111

Color Harmonies of #C44801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44801

Black with #C44801

Text Example


Text Example

White with #C44801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44801; }

 p { color: rgb(196,72,1); }

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

background-color css

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

 a { background-color: rgb(196,72,1); }

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

border-color css

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

 span { border-color: rgb(196,72,1); }

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