Html Css Color HEX #C64A05 Tenne (Tawny)

📋 copy color: '#C64A05'

red 198 ◦ green 74 ◦ blue 5

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

Shades of Tenne (Tawny) #C64A05

Tints of Tenne (Tawny) #C64A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.71%

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

R = 71.48%
G = 26.71%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C64A05 (or 0xC64A05) is known color: Tenne (Tawny). HEX triplet: C6, 4A and 05. RGB value is (198,74,5). Sum of RGB (Red+Green+Blue) = 198+74+5=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64A05 is #39B5FA. Grayscale: #676767. Windows color (decimal): -3782139 or 346822. OLE color: 346822.

HSL color Cylindrical-coordinate representation of color #C64A05: hue angle of 21.45º 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 #C64A05 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 74 5 -
CMYK 0 0.63 0.97 0.22
HSL 21.45º 0.95% 0.4% -
HSV(B) 21.45º 0.97% 0.78% -
XYZ 25.76 16.91 2.05 -
YUV 103.21 72.58 195.61 -
System Red Green Blue C M Y K H S L
Decimal 198 74 5 0 0.63 0.97 0.22 21.45 0.95 0.4
Hex C6 4A 5 0 3F 61 16 15 5F 28
Octal 306 112 5 0 77 141 26 25 137 50
Binary 11000110 1001010 101 0 111111 1100001 10110 10101 1011111 101000

Color Harmonies of #C64A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A05

Black with #C64A05

Text Example


Text Example

White with #C64A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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