Html Css Color HEX #C44C01 Tenne (Tawny)

📋 copy color: '#C44C01'

red 196 ◦ green 76 ◦ blue 1

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

Shades of Tenne (Tawny) #C44C01

Tints of Tenne (Tawny) #C44C01

RGB

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

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

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

R = 71.79%
G = 27.84%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C44C01 (or 0xC44C01) is known color: Tenne (Tawny). HEX triplet: C4, 4C and 01. RGB value is (196,76,1). Sum of RGB (Red+Green+Blue) = 196+76+1=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C01 is #3BB3FE. Grayscale: #676767. Windows color (decimal): -3912703 or 85188. OLE color: 85188.

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

Color convert

RGB 196 76 1 -
CMYK 0 0.61 0.99 0.23
HSL 23.08º 0.99% 0.39% -
HSV(B) 23.08º 0.99% 0.77% -
XYZ 25.35 16.91 1.96 -
YUV 103.33 70.26 194.1 -
System Red Green Blue C M Y K H S L
Decimal 196 76 1 0 0.61 0.99 0.23 23.08 0.99 0.39
Hex C4 4C 1 0 3D 63 17 17 63 27
Octal 304 114 1 0 75 143 27 27 143 47
Binary 11000100 1001100 1 0 111101 1100011 10111 10111 1100011 100111

Color Harmonies of #C44C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44C01

Black with #C44C01

Text Example


Text Example

White with #C44C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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