Html Css Color HEX #C64602 Tenne (Tawny)

📋 copy color: '#C64602'

red 198 ◦ green 70 ◦ blue 2

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

Shades of Tenne (Tawny) #C64602

Tints of Tenne (Tawny) #C64602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

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

R = 73.33%
G = 25.93%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C64602 (or 0xC64602) is known color: Tenne (Tawny). HEX triplet: C6, 46 and 02. RGB value is (198,70,2). Sum of RGB (Red+Green+Blue) = 198+70+2=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C64602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64602 is #39B9FD. Grayscale: #646464. Windows color (decimal): -3783166 or 149190. OLE color: 149190.

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

Color convert

RGB 198 70 2 -
CMYK 0 0.65 0.99 0.22
HSL 20.82º 0.98% 0.39% -
HSV(B) 20.82º 0.99% 0.78% -
XYZ 25.49 16.39 1.88 -
YUV 100.52 72.41 197.53 -
System Red Green Blue C M Y K H S L
Decimal 198 70 2 0 0.65 0.99 0.22 20.82 0.98 0.39
Hex C6 46 2 0 41 63 16 15 62 27
Octal 306 106 2 0 101 143 26 25 142 47
Binary 11000110 1000110 10 0 1000001 1100011 10110 10101 1100010 100111

Color Harmonies of #C64602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64602

Black with #C64602

Text Example


Text Example

White with #C64602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64602; }

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

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

background-color css

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

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

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

border-color css

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

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

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