Html Css Color HEX #C5600C Tenne (Tawny)

📋 copy color: '#C5600C'

red 197 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #C5600C

Tints of Tenne (Tawny) #C5600C

RGB

 RED value IS 197 (77.34% from 255) = 64.59%

 GREEN value IS 96 (37.89% from 255) = 31.48%

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

R = 64.59%
G = 31.48%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5600C (or 0xC5600C) is known color: Tenne (Tawny). HEX triplet: C5, 60 and 0C. RGB value is (197,96,12). Sum of RGB (Red+Green+Blue) = 197+96+12=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5600C is #3A9FF3. Grayscale: #757575. Windows color (decimal): -3842036 or 811205. OLE color: 811205.

HSL color Cylindrical-coordinate representation of color #C5600C: hue angle of 27.24º degrees, saturation: 0.89, 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 #C5600C is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 96 12 -
CMYK 0 0.51 0.94 0.23
HSL 27.24º 0.89% 0.41% -
HSV(B) 27.24º 0.94% 0.77% -
XYZ 27.28 20.26 2.82 -
YUV 116.62 68.96 185.33 -
System Red Green Blue C M Y K H S L
Decimal 197 96 12 0 0.51 0.94 0.23 27.24 0.89 0.41
Hex C5 60 C 0 33 5E 17 1B 59 29
Octal 305 140 14 0 63 136 27 33 131 51
Binary 11000101 1100000 1100 0 110011 1011110 10111 11011 1011001 101001

Color Harmonies of #C5600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5600C

Black with #C5600C

Text Example


Text Example

White with #C5600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5600C; }

 p { color: rgb(197,96,12); }

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

background-color css

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

 a { background-color: rgb(197,96,12); }

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

border-color css

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

 span { border-color: rgb(197,96,12); }

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