Html Css Color HEX #C64F10 Tenne (Tawny)

📋 copy color: '#C64F10'

red 198 ◦ green 79 ◦ blue 16

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

Shades of Tenne (Tawny) #C64F10

Tints of Tenne (Tawny) #C64F10

RGB

 RED value IS 198 (77.73% from 255) = 67.58%

 GREEN value IS 79 (31.25% from 255) = 26.96%

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 67.58%
G = 26.96%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C64F10 (or 0xC64F10) is known color: Tenne (Tawny). HEX triplet: C6, 4F and 10. RGB value is (198,79,16). Sum of RGB (Red+Green+Blue) = 198+79+16=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64F10 is #39B0EF. Grayscale: #6B6B6B. Windows color (decimal): -3780848 or 1068998. OLE color: 1068998.

HSL color Cylindrical-coordinate representation of color #C64F10: hue angle of 20.77º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C64F10 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 16 -
CMYK 0 0.60 0.92 0.22
HSL 20.77º 0.85% 0.42% -
HSV(B) 20.77º 0.92% 0.78% -
XYZ 26.18 17.64 2.51 -
YUV 107.4 76.42 192.62 -
System Red Green Blue C M Y K H S L
Decimal 198 79 16 0 0.60 0.92 0.22 20.77 0.85 0.42
Hex C6 4F 10 0 3C 5C 16 15 55 2A
Octal 306 117 20 0 74 134 26 25 125 52
Binary 11000110 1001111 10000 0 111100 1011100 10110 10101 1010101 101010

Color Harmonies of #C64F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F10

Black with #C64F10

Text Example


Text Example

White with #C64F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F10; }

 p { color: rgb(198,79,16); }

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

background-color css

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

 a { background-color: rgb(198,79,16); }

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

border-color css

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

 span { border-color: rgb(198,79,16); }

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