Html Css Color HEX #C64A01 Tenne (Tawny)

📋 copy color: '#C64A01'

red 198 ◦ green 74 ◦ blue 1

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

Shades of Tenne (Tawny) #C64A01

Tints of Tenne (Tawny) #C64A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 72.53%
G = 27.11%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C64A01 (or 0xC64A01) is known color: Tenne (Tawny). HEX triplet: C6, 4A and 01. RGB value is (198,74,1). Sum of RGB (Red+Green+Blue) = 198+74+1=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64A01 is #39B5FE. Grayscale: #676767. Windows color (decimal): -3782143 or 84678. OLE color: 84678.

HSL color Cylindrical-coordinate representation of color #C64A01: hue angle of 22.23º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C64A01 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 74 1 -
CMYK 0 0.63 0.99 0.22
HSL 22.23º 0.99% 0.39% -
HSV(B) 22.23º 0.99% 0.78% -
XYZ 25.74 16.91 1.94 -
YUV 102.75 70.58 195.94 -
System Red Green Blue C M Y K H S L
Decimal 198 74 1 0 0.63 0.99 0.22 22.23 0.99 0.39
Hex C6 4A 1 0 3F 63 16 16 63 27
Octal 306 112 1 0 77 143 26 26 143 47
Binary 11000110 1001010 1 0 111111 1100011 10110 10110 1100011 100111

Color Harmonies of #C64A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A01

Black with #C64A01

Text Example


Text Example

White with #C64A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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