Html Css Color HEX #C64C01 Tenne (Tawny)

📋 copy color: '#C64C01'

red 198 ◦ green 76 ◦ blue 1

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

Shades of Tenne (Tawny) #C64C01

Tints of Tenne (Tawny) #C64C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.64%

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

R = 72%
G = 27.64%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C64C01 (or 0xC64C01) is known color: Tenne (Tawny). HEX triplet: C6, 4C and 01. RGB value is (198,76,1). Sum of RGB (Red+Green+Blue) = 198+76+1=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64C01 is #39B3FE. Grayscale: #686868. Windows color (decimal): -3781631 or 85190. OLE color: 85190.

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

Color convert

RGB 198 76 1 -
CMYK 0 0.62 0.99 0.22
HSL 22.84º 0.99% 0.39% -
HSV(B) 22.84º 0.99% 0.78% -
XYZ 25.88 17.18 1.98 -
YUV 103.93 69.92 195.1 -
System Red Green Blue C M Y K H S L
Decimal 198 76 1 0 0.62 0.99 0.22 22.84 0.99 0.39
Hex C6 4C 1 0 3E 63 16 17 63 27
Octal 306 114 1 0 76 143 26 27 143 47
Binary 11000110 1001100 1 0 111110 1100011 10110 10111 1100011 100111

Color Harmonies of #C64C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C01

Black with #C64C01

Text Example


Text Example

White with #C64C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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