Html Css Color HEX #C45500 Tenne (Tawny)

📋 copy color: '#C45500'

red 196 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #C45500

Tints of Tenne (Tawny) #C45500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 69.75%
G = 30.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C45500 (or 0xC45500) is known color: Tenne (Tawny). HEX triplet: C4, 55 and 00. RGB value is (196,85,0). Sum of RGB (Red+Green+Blue) = 196+85+0=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C45500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45500 is #3BAAFF. Grayscale: #6C6C6C. Windows color (decimal): -3910400 or 21956. OLE color: 21956.

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

Color convert

RGB 196 85 0 -
CMYK 0 0.57 1 0.23
HSL 26.02º 1% 0.38% -
HSV(B) 26.02º 1% 0.77% -
XYZ 26.01 18.23 2.15 -
YUV 108.5 66.77 190.41 -
System Red Green Blue C M Y K H S L
Decimal 196 85 0 0 0.57 1 0.23 26.02 1 0.38
Hex C4 55 0 0 39 64 17 1A 64 26
Octal 304 125 0 0 71 144 27 32 144 46
Binary 11000100 1010101 0 0 111001 1100100 10111 11010 1100100 100110

Color Harmonies of #C45500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45500

Black with #C45500

Text Example


Text Example

White with #C45500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45500; }

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

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

background-color css

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

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

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

border-color css

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

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

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