Html Css Color HEX #C45001 Tenne (Tawny)

📋 copy color: '#C45001'

red 196 ◦ green 80 ◦ blue 1

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

Shades of Tenne (Tawny) #C45001

Tints of Tenne (Tawny) #C45001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

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

R = 70.76%
G = 28.88%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C45001 (or 0xC45001) is known color: Tenne (Tawny). HEX triplet: C4, 50 and 01. RGB value is (196,80,1). Sum of RGB (Red+Green+Blue) = 196+80+1=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C45001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45001 is #3BAFFE. Grayscale: #6A6A6A. Windows color (decimal): -3911679 or 86212. OLE color: 86212.

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

Color convert

RGB 196 80 1 -
CMYK 0 0.59 0.99 0.23
HSL 24.31º 0.99% 0.39% -
HSV(B) 24.31º 0.99% 0.77% -
XYZ 25.64 17.48 2.05 -
YUV 105.68 68.93 192.42 -
System Red Green Blue C M Y K H S L
Decimal 196 80 1 0 0.59 0.99 0.23 24.31 0.99 0.39
Hex C4 50 1 0 3B 63 17 18 63 27
Octal 304 120 1 0 73 143 27 30 143 47
Binary 11000100 1010000 1 0 111011 1100011 10111 11000 1100011 100111

Color Harmonies of #C45001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45001

Black with #C45001

Text Example


Text Example

White with #C45001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45001; }

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

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

background-color css

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

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

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

border-color css

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

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

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