Html Css Color HEX #C2660C Tenne (Tawny)

📋 copy color: '#C2660C'

red 194 ◦ green 102 ◦ blue 12

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

Shades of Tenne (Tawny) #C2660C

Tints of Tenne (Tawny) #C2660C

RGB

 RED value IS 194 (76.17% from 255) = 62.99%

 GREEN value IS 102 (40.23% from 255) = 33.12%

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 62.99%
G = 33.12%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2660C (or 0xC2660C) is known color: Tenne (Tawny). HEX triplet: C2, 66 and 0C. RGB value is (194,102,12). Sum of RGB (Red+Green+Blue) = 194+102+12=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2660C is #3D99F3. Grayscale: #777777. Windows color (decimal): -4037108 or 812738. OLE color: 812738.

HSL color Cylindrical-coordinate representation of color #C2660C: hue angle of 29.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2660C is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 102 12 -
CMYK 0 0.47 0.94 0.24
HSL 29.67º 0.88% 0.4% -
HSV(B) 29.67º 0.94% 0.76% -
XYZ 27.07 21 2.97 -
YUV 119.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 194 102 12 0 0.47 0.94 0.24 29.67 0.88 0.4
Hex C2 66 C 0 2F 5E 18 1E 58 28
Octal 302 146 14 0 57 136 30 36 130 50
Binary 11000010 1100110 1100 0 101111 1011110 11000 11110 1011000 101000

Color Harmonies of #C2660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2660C

Black with #C2660C

Text Example


Text Example

White with #C2660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2660C; }

 p { color: rgb(194,102,12); }

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

background-color css

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

 a { background-color: rgb(194,102,12); }

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

border-color css

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

 span { border-color: rgb(194,102,12); }

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