Html Css Color HEX #C4560C Tenne (Tawny)

📋 copy color: '#C4560C'

red 196 ◦ green 86 ◦ blue 12

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

Shades of Tenne (Tawny) #C4560C

Tints of Tenne (Tawny) #C4560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 66.67%
G = 29.25%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4560C (or 0xC4560C) is known color: Tenne (Tawny). HEX triplet: C4, 56 and 0C. RGB value is (196,86,12). Sum of RGB (Red+Green+Blue) = 196+86+12=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4560C is #3BA9F3. Grayscale: #6E6E6E. Windows color (decimal): -3910132 or 808644. OLE color: 808644.

HSL color Cylindrical-coordinate representation of color #C4560C: hue angle of 24.13º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4560C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 86 12 -
CMYK 0 0.56 0.94 0.23
HSL 24.13º 0.88% 0.41% -
HSV(B) 24.13º 0.94% 0.77% -
XYZ 26.16 18.42 2.52 -
YUV 110.45 72.44 189.02 -
System Red Green Blue C M Y K H S L
Decimal 196 86 12 0 0.56 0.94 0.23 24.13 0.88 0.41
Hex C4 56 C 0 38 5E 17 18 58 29
Octal 304 126 14 0 70 136 27 30 130 51
Binary 11000100 1010110 1100 0 111000 1011110 10111 11000 1011000 101001

Color Harmonies of #C4560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4560C

Black with #C4560C

Text Example


Text Example

White with #C4560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4560C; }

 p { color: rgb(196,86,12); }

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

background-color css

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

 a { background-color: rgb(196,86,12); }

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

border-color css

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

 span { border-color: rgb(196,86,12); }

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