Html Css Color HEX #C5660C Tenne (Tawny)

📋 copy color: '#C5660C'

red 197 ◦ green 102 ◦ blue 12

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

Shades of Tenne (Tawny) #C5660C

Tints of Tenne (Tawny) #C5660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.8%

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

R = 63.34%
G = 32.8%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5660C (or 0xC5660C) is known color: Tenne (Tawny). HEX triplet: C5, 66 and 0C. RGB value is (197,102,12). Sum of RGB (Red+Green+Blue) = 197+102+12=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5660C is #3A99F3. Grayscale: #787878. Windows color (decimal): -3840500 or 812741. OLE color: 812741.

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

Color convert

RGB 197 102 12 -
CMYK 0 0.48 0.94 0.23
HSL 29.19º 0.89% 0.41% -
HSV(B) 29.19º 0.94% 0.77% -
XYZ 27.84 21.4 3.01 -
YUV 120.15 66.97 182.82 -
System Red Green Blue C M Y K H S L
Decimal 197 102 12 0 0.48 0.94 0.23 29.19 0.89 0.41
Hex C5 66 C 0 30 5E 17 1D 59 29
Octal 305 146 14 0 60 136 27 35 131 51
Binary 11000101 1100110 1100 0 110000 1011110 10111 11101 1011001 101001

Color Harmonies of #C5660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5660C

Black with #C5660C

Text Example


Text Example

White with #C5660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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