Html Css Color HEX #C45900 Tenne (Tawny)

📋 copy color: '#C45900'

red 196 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #C45900

Tints of Tenne (Tawny) #C45900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.77%
G = 31.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C45900 (or 0xC45900) is known color: Tenne (Tawny). HEX triplet: C4, 59 and 00. RGB value is (196,89,0). Sum of RGB (Red+Green+Blue) = 196+89+0=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C45900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45900 is #3BA6FF. Grayscale: #6F6F6F. Windows color (decimal): -3909376 or 22980. OLE color: 22980.

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

Color convert

RGB 196 89 0 -
CMYK 0 0.55 1 0.23
HSL 27.24º 1% 0.38% -
HSV(B) 27.24º 1% 0.77% -
XYZ 26.34 18.88 2.26 -
YUV 110.85 65.45 188.74 -
System Red Green Blue C M Y K H S L
Decimal 196 89 0 0 0.55 1 0.23 27.24 1 0.38
Hex C4 59 0 0 37 64 17 1B 64 26
Octal 304 131 0 0 67 144 27 33 144 46
Binary 11000100 1011001 0 0 110111 1100100 10111 11011 1100100 100110

Color Harmonies of #C45900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45900

Black with #C45900

Text Example


Text Example

White with #C45900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45900; }

 p { color: rgb(196,89,0); }

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

background-color css

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

 a { background-color: rgb(196,89,0); }

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

border-color css

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

 span { border-color: rgb(196,89,0); }

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