Html Css Color HEX #C64C08 Tenne (Tawny)

📋 copy color: '#C64C08'

red 198 ◦ green 76 ◦ blue 8

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

Shades of Tenne (Tawny) #C64C08

Tints of Tenne (Tawny) #C64C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.84%

R = 70.21%
G = 26.95%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C64C08 (or 0xC64C08) is known color: Tenne (Tawny). HEX triplet: C6, 4C and 08. RGB value is (198,76,8). Sum of RGB (Red+Green+Blue) = 198+76+8=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64C08 is #39B3F7. Grayscale: #696969. Windows color (decimal): -3781624 or 543942. OLE color: 543942.

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

Color convert

RGB 198 76 8 -
CMYK 0 0.62 0.96 0.22
HSL 21.47º 0.92% 0.4% -
HSV(B) 21.47º 0.96% 0.78% -
XYZ 25.92 17.19 2.18 -
YUV 104.73 73.42 194.53 -
System Red Green Blue C M Y K H S L
Decimal 198 76 8 0 0.62 0.96 0.22 21.47 0.92 0.4
Hex C6 4C 8 0 3E 60 16 15 5C 28
Octal 306 114 10 0 76 140 26 25 134 50
Binary 11000110 1001100 1000 0 111110 1100000 10110 10101 1011100 101000

Color Harmonies of #C64C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C08

Black with #C64C08

Text Example


Text Example

White with #C64C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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