Html Css Color HEX #C64F05 Tenne (Tawny)

📋 copy color: '#C64F05'

red 198 ◦ green 79 ◦ blue 5

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

Shades of Tenne (Tawny) #C64F05

Tints of Tenne (Tawny) #C64F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.77%

R = 70.21%
G = 28.01%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C64F05 (or 0xC64F05) is known color: Tenne (Tawny). HEX triplet: C6, 4F and 05. RGB value is (198,79,5). Sum of RGB (Red+Green+Blue) = 198+79+5=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64F05 is #39B0FA. Grayscale: #6A6A6A. Windows color (decimal): -3780859 or 348102. OLE color: 348102.

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

Color convert

RGB 198 79 5 -
CMYK 0 0.60 0.97 0.22
HSL 23.01º 0.95% 0.4% -
HSV(B) 23.01º 0.97% 0.78% -
XYZ 26.11 17.61 2.17 -
YUV 106.15 70.92 193.52 -
System Red Green Blue C M Y K H S L
Decimal 198 79 5 0 0.60 0.97 0.22 23.01 0.95 0.4
Hex C6 4F 5 0 3C 61 16 17 5F 28
Octal 306 117 5 0 74 141 26 27 137 50
Binary 11000110 1001111 101 0 111100 1100001 10110 10111 1011111 101000

Color Harmonies of #C64F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F05

Black with #C64F05

Text Example


Text Example

White with #C64F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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