Html Css Color HEX #C2690C Tenne (Tawny)

📋 copy color: '#C2690C'

red 194 ◦ green 105 ◦ blue 12

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

Shades of Tenne (Tawny) #C2690C

Tints of Tenne (Tawny) #C2690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

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

R = 62.38%
G = 33.76%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2690C (or 0xC2690C) is known color: Tenne (Tawny). HEX triplet: C2, 69 and 0C. RGB value is (194,105,12). Sum of RGB (Red+Green+Blue) = 194+105+12=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2690C is #3D96F3. Grayscale: #797979. Windows color (decimal): -4036340 or 813506. OLE color: 813506.

HSL color Cylindrical-coordinate representation of color #C2690C: hue angle of 30.66º 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 #C2690C is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 105 12 -
CMYK 0 0.46 0.94 0.24
HSL 30.66º 0.88% 0.4% -
HSV(B) 30.66º 0.94% 0.76% -
XYZ 27.37 21.6 3.07 -
YUV 121.01 66.49 180.06 -
System Red Green Blue C M Y K H S L
Decimal 194 105 12 0 0.46 0.94 0.24 30.66 0.88 0.4
Hex C2 69 C 0 2E 5E 18 1F 58 28
Octal 302 151 14 0 56 136 30 37 130 50
Binary 11000010 1101001 1100 0 101110 1011110 11000 11111 1011000 101000

Color Harmonies of #C2690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2690C

Black with #C2690C

Text Example


Text Example

White with #C2690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2690C; }

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

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

background-color css

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

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

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

border-color css

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

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

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