Html Css Color HEX #C64802 Tenne (Tawny)

📋 copy color: '#C64802'

red 198 ◦ green 72 ◦ blue 2

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

Shades of Tenne (Tawny) #C64802

Tints of Tenne (Tawny) #C64802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 72.79%
G = 26.47%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C64802 (or 0xC64802) is known color: Tenne (Tawny). HEX triplet: C6, 48 and 02. RGB value is (198,72,2). Sum of RGB (Red+Green+Blue) = 198+72+2=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C64802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64802 is #39B7FD. Grayscale: #666666. Windows color (decimal): -3782654 or 149702. OLE color: 149702.

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

Color convert

RGB 198 72 2 -
CMYK 0 0.64 0.99 0.22
HSL 21.43º 0.98% 0.39% -
HSV(B) 21.43º 0.99% 0.78% -
XYZ 25.62 16.64 1.92 -
YUV 101.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 198 72 2 0 0.64 0.99 0.22 21.43 0.98 0.39
Hex C6 48 2 0 40 63 16 15 62 27
Octal 306 110 2 0 100 143 26 25 142 47
Binary 11000110 1001000 10 0 1000000 1100011 10110 10101 1100010 100111

Color Harmonies of #C64802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64802

Black with #C64802

Text Example


Text Example

White with #C64802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64802; }

 p { color: rgb(198,72,2); }

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

background-color css

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

 a { background-color: rgb(198,72,2); }

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

border-color css

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

 span { border-color: rgb(198,72,2); }

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