Html Css Color HEX #C45F00 Tenne (Tawny)

📋 copy color: '#C45F00'

red 196 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #C45F00

Tints of Tenne (Tawny) #C45F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.65%

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

R = 67.35%
G = 32.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C45F00 (or 0xC45F00) is known color: Tenne (Tawny). HEX triplet: C4, 5F and 00. RGB value is (196,95,0). Sum of RGB (Red+Green+Blue) = 196+95+0=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45F00 is #3BA0FF. Grayscale: #727272. Windows color (decimal): -3907840 or 24516. OLE color: 24516.

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

Color convert

RGB 196 95 0 -
CMYK 0 0.52 1 0.23
HSL 29.08º 1% 0.38% -
HSV(B) 29.08º 1% 0.77% -
XYZ 26.86 19.92 2.43 -
YUV 114.37 63.46 186.22 -
System Red Green Blue C M Y K H S L
Decimal 196 95 0 0 0.52 1 0.23 29.08 1 0.38
Hex C4 5F 0 0 34 64 17 1D 64 26
Octal 304 137 0 0 64 144 27 35 144 46
Binary 11000100 1011111 0 0 110100 1100100 10111 11101 1100100 100110

Color Harmonies of #C45F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45F00

Black with #C45F00

Text Example


Text Example

White with #C45F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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