Html Css Color HEX #C0690C Tenne (Tawny)

📋 copy color: '#C0690C'

red 192 ◦ green 105 ◦ blue 12

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

Shades of Tenne (Tawny) #C0690C

Tints of Tenne (Tawny) #C0690C

RGB

 RED value IS 192 (75.39% from 255) = 62.14%

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

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

R = 62.14%
G = 33.98%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0690C (or 0xC0690C) is known color: Tenne (Tawny). HEX triplet: C0, 69 and 0C. RGB value is (192,105,12). Sum of RGB (Red+Green+Blue) = 192+105+12=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C0690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0690C is #3F96F3. Grayscale: #787878. Windows color (decimal): -4167412 or 813504. OLE color: 813504.

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

Color convert

RGB 192 105 12 -
CMYK 0 0.45 0.94 0.25
HSL 31º 0.88% 0.4% -
HSV(B) 31º 0.94% 0.75% -
XYZ 26.86 21.34 3.05 -
YUV 120.41 66.82 179.06 -
System Red Green Blue C M Y K H S L
Decimal 192 105 12 0 0.45 0.94 0.25 31 0.88 0.4
Hex C0 69 C 0 2D 5E 19 1F 58 28
Octal 300 151 14 0 55 136 31 37 130 50
Binary 11000000 1101001 1100 0 101101 1011110 11001 11111 1011000 101000

Color Harmonies of #C0690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0690C

Black with #C0690C

Text Example


Text Example

White with #C0690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0690C; }

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

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

background-color css

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

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

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

border-color css

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

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

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