Html Css Color HEX #C45800 Tenne (Tawny)

📋 copy color: '#C45800'

red 196 ◦ green 88 ◦ blue 0

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

Shades of Tenne (Tawny) #C45800

Tints of Tenne (Tawny) #C45800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

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

R = 69.01%
G = 30.99%
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

#C45800 (or 0xC45800) is known color: Tenne (Tawny). HEX triplet: C4, 58 and 00. RGB value is (196,88,0). Sum of RGB (Red+Green+Blue) = 196+88+0=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C45800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45800 is #3BA7FF. Grayscale: #6E6E6E. Windows color (decimal): -3909632 or 22724. OLE color: 22724.

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

Color convert

RGB 196 88 0 -
CMYK 0 0.55 1 0.23
HSL 26.94º 1% 0.38% -
HSV(B) 26.94º 1% 0.77% -
XYZ 26.25 18.72 2.23 -
YUV 110.26 65.78 189.16 -
System Red Green Blue C M Y K H S L
Decimal 196 88 0 0 0.55 1 0.23 26.94 1 0.38
Hex C4 58 0 0 37 64 17 1B 64 26
Octal 304 130 0 0 67 144 27 33 144 46
Binary 11000100 1011000 0 0 110111 1100100 10111 11011 1100100 100110

Color Harmonies of #C45800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45800

Black with #C45800

Text Example


Text Example

White with #C45800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45800; }

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

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

background-color css

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

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

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

border-color css

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

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

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